Relpin가 실행되는 것과 동일한 계약으로 빌드합니다.
앱 수명 주기부터 시작한 다음 SDK 및 신뢰 경계로 이동하세요. 모든 페이지는 복사, 인용 및 구현 작업을 위해 작성되었습니다.
Create your first app
Build and publish a governed internal app in Relpin without leaving Studio.
ConceptsCode-first apps
How Relpin treats every internal tool as real code with deterministic releases.
ConceptsGoverned data access
The server-side data path that keeps tenant database credentials out of app code.
ConceptsReleases and promotion
Pinned release bundles, environment promotion, and approval gates in Relpin.
Getting started
Concepts
Guides
SDK
Overview A compact map of the Relpin SDK surface for TypeScript and Python apps. TypeScript / API surface Declare app endpoints and export OpenAPI-compatible metadata from TypeScript apps. TypeScript / Auth Resolve sessions and enforce permissions in server-side Relpin route handlers. TypeScript / DB access Use server-only database helpers while preserving Relpin tenant isolation. TypeScript / Runtime context Read scoped runtime context for org, workspace, environment, and request identity. Python / Overview Use the governed Python SDK in Relpin FastAPI apps. Python / Table helpers Read governed tenant tables with validated identifiers and parameterized filters. Python / Readiness middleware Expose the preview readiness signal expected by Relpin FastAPI containers.