Skip to main content
POST
Create transaction with guardrails

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Body

application/json
agent_id
string
required

Agent performing the transaction

actions
object[]
required

List of actions to execute within the transaction

policy_override
object

Optional policy to use instead of the agent's effective policy

Response

Transaction created

id
string
agent_id
string
status
enum<string>
Available options:
pending,
approved,
blocked,
escalated
evaluation
object

Result of evaluating a CLPI policy against a set of tools or traces.

created_at
string<date-time>