Orquestra Infrastructure PreviewRead Product Model
API Reference

Programmable APIs

Orquestra is Headless-First. While the Console offers a control plane for defining and observing infrastructure, your end-user applications will interact purely with our REST and WebSocket endpoints.

Authentication

All programmatic API access must include a scoped API key in the authorization header:

Authorization: Bearer sk_live_erp_v2_abc123...

Core Endpoints

POST/v1/applications

Initialize a new instance of an entity (e.g., student application, financial claim) targeting a specific Active Workflow Blueprint version.

POST/v1/applications/:id/transition

Attempt to transition the application to a new state based on provided parameters. The Workflow Engine will evaluate the conditions.

GET/v1/events/stream

Subscribe strictly via WebSocket to receive real-time streamed JSON payloads when workflow states transition.