Workflows define the status transitions, stage gates, and custom fields that govern how work items move through your process. Workflows can be personal (owned by your user) or domain-scoped (shared across a domain). All workflow endpoints require a Bearer token. See API Authentication.Documentation Index
Fetch the complete documentation index at: https://docs.orca.0-9.ai/llms.txt
Use this file to discover all available pages before exploring further.
Workflows
List workflows
Create a workflow
Display name for the workflow.
Optional description of the workflow’s purpose.
Array of status definitions. Each status has a
key, label, and optional isTerminal flag.Array of stage definitions, each specifying stage gates and whether the stage requires an agent.
Get a workflow
Update a workflow
Delete a workflow
Custom fields
Custom fields are attached to a workflow and apply to all work items using that workflow.List custom fields
Create a custom field
Display name for the field.
Unique key for the field within this workflow. Used as the identifier when setting field values on work items.
Field type:
text, number, boolean, date, or select.Whether the field must be set before a work item can transition to certain statuses.
For
select type fields: the allowed option values.Update a custom field
Delete a custom field
Deleting a custom field removes it from all work items using the workflow. Existing field values are permanently discarded.
Domain workflow assignment
List workflows for a domain
Attach a workflow to a domain
ID of the workflow to attach to the domain.