Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Admin API

Every endpoint under /api/v1/admin/, by the resource it addresses, and the contracts they all share.

All admin endpoints are under /api/v1/admin/. When admin authentication is enabled, requests must include a valid API key. Success and error bodies follow the response envelopes below.

ResourceOperations
ChannelsCreate, validate, activate, version, import, and export endpoints
WorkflowsCreate, test, activate, roll out, version, import, and export endpoints
ConnectorsCreate, validate, test, update, and circuit-breaker endpoints
PluginsUpload, activate, version, import, and export WebAssembly plugins
ModelsRegister, admit, activate, version, import, and export ONNX models held in object storage
PackagesInspect applied package receipts
EngineInspect and reload the running engine
FunctionsDiscover registered task functions and schemas
Audit logsQuery administrative actions
Trace DLQInspect and retry failed asynchronous persistence
Cron occurrencesInspect, retry and manually trigger scheduled runs
BackupsCreate and list SQLite backups

All resources use the authentication, response envelopes, and lifecycle contracts below. The generated OpenAPI specification is the machine-readable source for clients and code generation.

PageHolds
Admin API conventionsauthentication, envelopes, lifecycle, status changes, export and promotion.
Entity endpointschannels, workflows, plugins, models, connectors and packages.
Operational endpointsengine, functions, audit logs, trace DLQ, cron occurrences and backups.

Last verified 14 September 2026