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 (
orchestration_prompt_stack_version_id, tool metadata on the bundle inrunPrompt). - 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.