Installation

For most applications, install only @prompt-orchestra/sdk:

npm install @prompt-orchestra/sdk

If you want direct access to the canonical public schemas and route contracts, install @prompt-orchestra/contracts separately:

npm install @prompt-orchestra/contracts

Use both packages together only on explicitly advanced integrations that need SDK ergonomics plus direct schema access.

The SDK root exports PromptOrchestraClient, SDK errors, and a curated set of DTO types for stable runtime + public beta surfaces. The canonical schemas and route contracts live in @prompt-orchestra/contracts.

See also

Was this page helpful?