Skip to main content
POST
Execute an Agent Spec flow

Authorizations

Authorization
string
header
required

JWT token for authentication

Body

application/json

Request to execute an Agent Spec flow on a runtime

flow
object
required

Agent Spec Flow — a directed, potentially cyclic graph of nodes. Flows function as "subroutines" encapsulating repeatable processes. They separate control-flow (execution order) from data-flow (data routing).

inputs
object

Initial input values for the flow

Example:

Response

Flow execution started successfully

Response after starting an Agent Spec execution

execution_id
string
required

Unique execution ID from the runtime

Example:

"exec-abc-123"

id
string

Alternative execution ID field

status
enum<string>

Initial execution status

Available options:
running,
completed,
failed,
cancelled