A supplied mandate and proposed action, including resource, amount, currency, expiry, limits, and approval rules.
AI agent action authorization API
Authorize AI agent actions against a signed mandate
Before a consequential action runs, verify it against the authority, limits, expiry, and approval requirements captured in a signed mandate.
Exact use case
An agent proposes a payment, procurement, account, or data action whose authority must be checked before execution.
Allowed, denied, or needs-human, plus violations, the deciding clause, policy context, and a durable receipt.
Answers whether the proposed action fits the supplied signed mandate and policy at verification time.
After mandate issuance, a successful authenticated POST /v1/verify that returns a decision and receipt.
OpenAPI-grounded keyless demo
Verify the action
Edit the supplied example, send it to /v1/demo/verify, and inspect the service’s unedited JSON response. The demo stores nothing and consumes no account quota.
Run the demo to see the API response.
A successful response demonstrates the bounded classification or calculation shown here. It is not evidence of a deployed connector, autonomous external action, customer outcome, or commercial performance.
Capability boundary
What this page does not promise
It does not authenticate the agent identity, replace OAuth, authorize MCP transport, or enforce the decision outside the API response.
- The demo qualifies the transformation only; account verification, key creation, and a successful authenticated primary-value request are required for activation.
- Inputs and outputs must be reviewed in the context of your own data rights, policies, and operational controls.
- No ranking, accuracy, savings, recovery, prevention, customer, or revenue result is claimed.
From evaluation to first value
A short, explicit path
- Run the keyless demo.
Confirm that the input and output shape match the job you need done.
- Create and verify a sandbox account.
The email claim flow creates a product-scoped API key. No card is required for the free tier.
- Call the authenticated primary-value operation.
After mandate issuance, a successful authenticated POST /v1/verify that returns a decision and receipt.