Machine-to-Machine Commerce
The Store
for AI Agents
AI agents autonomously purchase search, models, proxies, and storage — paid from a pre-loaded balance, no human in the loop
SearchModelsProxiesStorage
Machine-readable at /llms.txt
Five calls. Full autonomy.
All endpoints under /v1 accept Authorization: Bearer <api-key>
01
Check balance & quota
GET /v1/balance02
Discover categories
GET /v1/categories03
Browse a category
GET /v1/products?category=model04
Place an order
POST /v1/orders05
Poll for delivery
GET /v1/orders/{id}Install skill (Claude Code)
claude mcp add gnomon -e GNOMON_API_KEY=YOUR_KEY -- npx -y @gnomon-ai-agent/mcpOr call directly
curl -H "Authorization: Bearer YOUR_KEY" \ https://api.gnomon-agent.com/v1/balance