Delegare (Latin for “to delegate”) is the first AP2-compliant payment authorization infrastructure for AI agents. It allows human users to grant spending power to AI agents by issuing Verifiable Digital Credentials (Intent Mandates), without ever handing over credit card numbers or private keys. Works with any AP2-compatible merchant globally. Runs on Stripe for fiat, Base for USDC/USDT.Documentation Index
Fetch the complete documentation index at: https://docs.delegare.dev/llms.txt
Use this file to discover all available pages before exploring further.
The Problem
AI agents today are limited by their inability to perform economic actions. Existing solutions require either:- Full Custody: Giving an agent your credit card or wallet seed phrase (massive security risk).
- Pre-funding: Locking capital into a per-agent wallet (capital inefficient).
The Delegare Solution
Delegare introduces Intent Mandates — cryptographically signed tokens that enforce strict spending limits, merchant allowlists, and time-based expirations.Human-in-the-loop Setup
Users authorize an intent mandate once via a secure UI.
Agent-Led Execution
Agents use the
intentMandate to authorize payments autonomously.Dual-Rail Settlement
Settle via Stripe (Fiat) or Base L2 (Crypto) with automatic fallback.
Atomic Limits
DynamoDB-backed atomic counters prevent overspending and race conditions.
How it works
- Merchant requests a setup session.
- User authorizes limits (e.g., “10 per tx”).
- Agent receives a
intentMandate. - Agent calls
/chargewith the token whenever it needs to buy something. - Vault validates limits atomically and executes the payment on the best available rail.