Stripe Agents
Bring your own card. Approve an agent's spending policy once (amount, currency, merchant), then payments execute instantly within those bounds.
https://stripe.agent-auth.ai/api/auth
1.0-draft
Ed25519
4/14/2026
Discovery
curl http://stripe.agent-auth.ai/.well-known/agent-configurationRegister an Agent
curl -X POST http://stripe.agent-auth.aihttps://stripe.agent-auth.ai/api/auth/agent/register \
-H "Content-Type: application/json" \
-d '{
"name": "my-agent",
"public_key": "<your-ed25519-public-key>",
"mode": "delegated"
}'