What Prompt Orchestra Is

Prompt Orchestra is a prompt orchestration runtime and control plane for versioned skills, tools, runs, and evaluations.

It gives teams a stable system for:

  • defining prompt behavior outside app code
  • validating structured inputs and outputs
  • executing reusable skills against configured models
  • inspecting run truth with contract, decision, and composition traces

Prompt Orchestra is not a hosted model provider. Models and providers are resolved per org (resolveAvailableModels, runPrompt). It is not a generic chat UI; clients integrate via HTTP or @prompt-orchestra/sdk.

Was this page helpful?