How Prompt Orchestra Is Different
Compared to ad-hoc "call the model" integrations, Prompt Orchestra binds:
- Version identity - every run records which skill version and tool versions were used, and public run detail exposes that as
skillVersionId,skillVersionNumber, and frozen tool-version evidence. - Contracts - skill versions carry
inputSchema,variablesSchema,outputSchema, andoutputContractState; validation results flow intovalidationon run outcomes and traces. - Traces - contract, decision, and composition data are persisted and returned on run detail for debugging, not only final text.
The TypeScript SDK narrows the surface to publicRouteContracts so client types match server Zod schemas.