Machines can buy here without asking a human.
ZeusAI ships an agent-first commerce surface: a discoverable manifest, a signed quote endpoint, a BTC-native checkout and cryptographic delivery receipts. AI agents can transact end-to-end with zero human-in-the-loop. The same endpoints work for humans, so nothing is hidden.
GET /agents.json
The manifest lists capabilities, pricing lanes, receipt schema, and the owner's BTC endpoint. Standard well-known-style discovery.
POST /api/agent/order
Send a JSON body { serviceId, qty, email } and receive a signed order intent + a BTC pay-to address. Every step is reproducible.
GET /api/order/:id/status
Poll until status=paid. Delivery pack (Ed25519-signed) becomes available at /api/delivery/:orderId. No opaque webhooks.
| Method | Endpoint | Purpose |
|---|---|---|
| GET | /agents.json | Discovery manifest — capabilities, pricing lanes, contact. |
| GET | /api/catalog | Machine-readable product catalog with USD + BTC prices. |
| GET | /api/payment/btc-rate | Live USD ↔ BTC spot for quote validation. |
| POST | /api/agent/quote | Ask for a signed quote (agent-negotiated pricing). |
| POST | /api/agent/order | Place an order with a signed intent + email. |
| POST | /api/checkout/create | Human-shaped checkout endpoint that agents can also drive. |
| GET | /api/order/:id/status | Poll order status: awaiting_payment → paid → activated. |
| GET | /api/delivery/:orderId | Fetch the signed delivery pack after settlement. |
All settled orders route directly to the owner's Bitcoin wallet. No custodial layer, no re-routing.
GET /agents.json
The live manifest is served at /agents.json. Click the link to fetch the current JSON.
Signed receipts, cryptographic refund guarantee (/refund) and the same terms apply as for human buyers. Agents are first-class citizens.