Runtime vs. Preview vs. Evaluation
Prompt Orchestra distinguishes between runtime, preview, and evaluation surfaces in the public platform.
Runtime
POST /api/skills/:id/run->public betaPOST /api/agents/:id/runplusGET /api/agent-runs/:id->stable
Evaluation
POST /api/skills/:id/evaluations/run->public beta
Preview
POST /api/skills/:id/preview->public beta
Use preview when you want composition truth without model execution or state mutation.
Public beta skill docs now treat all three loops as supported:
GET /api/skills/:idPOST /api/skills/:id/previewPOST /api/skills/:id/run- evaluation routes