선적 서류 비치

SDK overview

A compact map of the Relpin SDK surface for TypeScript and Python apps.

베타 업데이트됨 2026-06-11 원시 마크다운
문서 내용은 현재 영어로 게시되어 있습니다. 번역이 준비되는 동안 한국어 문서 경로를 탐색할 수 있습니다.
문서 트리

The Relpin SDK gives generated apps a governed way to work with runtime context, authenticated sessions, data access, and app API metadata.

TypeScript SDK

The TypeScript SDK exports helpers for:

  • runtime context
  • server-side auth and permission checks
  • governed database access
  • API surface metadata
  • route manifest conversion

Start with:

import { getContext, withAuth, getWorkspaceDb } from '@app-builder-platform/relpin-sdk'

Python SDK

The Python SDK supports FastAPI apps with:

  • RelpinDb for governed query transport
  • table-read helpers for common select/count shapes
  • RelpinReadinessMiddleware for preview readiness

Start with:

from relpin_sdk import RelpinDb, RelpinReadinessMiddleware

Boundary

The SDK is not a shortcut around platform governance. It is the way generated app code reaches governed platform services without receiving raw secrets.