Workflows API
Starting, signalling, suspending and resuming long-running processes, plus the admin surface.
For concepts and configuration see the block documentation.
Endpoints
Section titled “Endpoints”| Path |
|---|
/agents |
/workflow/cancel |
/workflow/config |
/workflow/event |
/workflow/logs |
/workflow/queue |
/workflow/queue/:id |
/workflow/resume |
/workflow/signal |
/workflow/start |
/workflow/status |
Administration
Section titled “Administration”Separate surface, authenticated independently of the data plane.
| Path |
|---|
/admin/agents |
/admin/agents/:id |
/admin/instances |
/admin/queue |
/admin/queue/:id |
Tenancy
Section titled “Tenancy”Every request carries the platform tenancy headers — X-Kis-Tenant, X-Kis-Product and
X-Kis-Environment. They are the partition key for storage, quotas and audit, so a request
without them is rejected rather than served against a default tenant.
Errors
Section titled “Errors”Errors use the platform’s structured error body: a stable code, a human-readable message, and the request id to correlate against logs and audit.