Skip to content
Agent Mandate

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.

Customer-supplied input No key for the demo No card for a sandbox account

Exact use case

An agent proposes a payment, procurement, account, or data action whose authority must be checked before execution.

Input you provide

A supplied mandate and proposed action, including resource, amount, currency, expiry, limits, and approval rules.

Output you receive

Allowed, denied, or needs-human, plus violations, the deciding clause, policy context, and a durable receipt.

What the API does

Answers whether the proposed action fits the supplied signed mandate and policy at verification time.

Authenticated first value

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.

Request body Ready

This sample matches the published request contract for /v1/demo/verify. Do not paste secrets or personal data.

Response
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

  1. Run the keyless demo.

    Confirm that the input and output shape match the job you need done.

  2. Create and verify a sandbox account.

    The email claim flow creates a product-scoped API key. No card is required for the free tier.

  3. Call the authenticated primary-value operation.

    After mandate issuance, a successful authenticated POST /v1/verify that returns a decision and receipt.