Agent Coffee Shop
A coffee bean storefront. AI agents can browse the catalog, purchase beans via MPP, and track orders.
https://coffee.agent-auth.ai/api/auth
1.0-draft
Ed25519
4/14/2026
Discovery
curl https://coffee.agent-auth.ai/.well-known/agent-configurationRegister an Agent
curl -X POST https://coffee.agent-auth.aihttps://coffee.agent-auth.ai/api/auth/agent/register \
-H "Content-Type: application/json" \
-d '{
"name": "my-agent",
"public_key": "<your-ed25519-public-key>",
"mode": "autonomous"
}'