Skip to Content
API Reference

API Reference

Orrery exposes a RESTful HTTP API documented with OpenAPI 3.0.

Interactive docs

Orrery ships with a built-in interactive API explorer powered by Scalar . It is available directly from your running server — no separate setup needed:

http://localhost:3000/docs

Use it to browse all endpoints, try requests against a live server, and download the OpenAPI spec.

OpenAPI spec

Download the raw spec:

http://localhost:3000/api-spec.json

Endpoint groups

GroupPrefixDescription
Definitions/api/definitionsDeploy and manage BPMN processes
Instances/api/instancesStart and monitor process instances
Tasks/api/tasksClaim and complete user/service tasks
External Tasks/api/external-tasksLong-polling worker pattern
Messages/api/messagesCorrelate messages to instances
Signals/api/signalsBroadcast signals
Timers/api/timersManage scheduled timers
Metrics/api/metricsDashboard counters
Last updated on