Orchestration

Spin up multi-agent sessions with predefined phases.

Orchestration#

Generated from apps/server/src/routes/orchestration.ts. Do not edit by hand — run pnpm --filter @pair-protocol/web gen-docs to refresh.

Spin up multi-agent sessions with predefined phases.

All endpoints share the API host https://api.hyperbolic.sh. Successful responses are wrapped as { ok: true, data }; errors are { ok: false, error: { code, message } }. See Errors for the full list.

Endpoints#

POST /api/orchestrate#

POST/api/orchestrateno auth