Decisions API
Decision cells are graph-based workflows that combine market signals, agent execution, and automation rules into structured decision-making processes. Each cell contains nodes that can be linked to markets and agents with configurable triggers.
Decision cells
Create and manage decision cell graphs.
/v1/decisionsList your decision cells
Requires auth/v1/decisionsCreate a new decision cell
Requires auth/v1/decisions/{cell_id}Get cell details with nodes
Requires auth/v1/decisions/{cell_id}Update cell metadata
Requires authNodes
Add and configure nodes within a decision cell.
/v1/decisions/{cell_id}/nodesAdd a node to the cell
Requires auth/v1/decisions/{cell_id}/nodes/{node_id}Update node configuration
Requires auth/v1/decisions/{cell_id}/nodes/{node_id}/attach-marketAttach a market to a node
Requires auth/v1/decisions/{cell_id}/nodes/{node_id}/attach-agentAttach an agent to a node
Requires authAutomation and alerts
Configure automated actions and notification triggers.
/v1/decisions/{cell_id}/automationSet automation rules for the cell
Requires auth/v1/decisions/{cell_id}/alertsConfigure alert triggers
Requires auth/v1/decisions/{cell_id}/recalculateForce recalculation of cell state
Requires auth/v1/decisions/{cell_id}/actionsExecute an action on the cell
Requires authEvents and runner
View cell events and trigger automation ticks.
/v1/decisions/{cell_id}/eventsList events for a decision cell
Requires auth/v1/decisions/runner/tickTrigger automation evaluation for all cells
Requires auth