Live Demo

Three questions. Cryptographic proof.

An AI agent wants to make a $150 API payment on behalf of its operator. Watch the complete trust chain against api.xmandate.ai.

Request payload

What the agent is asking to do

{
"agent_id": "wallet:acme-billing-agent",
"task_id": "(generated at runtime)",
"policy_id": "demo-policy",
"action": {
"type": "payment",
"description": "Process API subscription renewal for service endpoint",
"target": "stripe.charge",
"amount_usd": 150
}
}