guides
Intended Documentation
API Quickstart
Obtain an API key, submit your first intent, and handle approved, escalated, and denied outcomes.
API Quickstart#
This quickstart uses the canonical runtime route: POST /intent.
Step 1: Create an API Key#
Use a key scoped for tenant runtime operations and store it as local shell variables:
Step 2: Submit an Intent#
Step 3: Handle Outcome#
Approved (200)#
authorityDecision.decision = APPROVEDauthorityDecisionTokenis present- execution attempted through connector
Escalated (202)#
escalationIdreturned- no token is issued yet
- complete human approval flow before execution
Denied (403)#
- no token returned
- execution is skipped (fail-closed)