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 & quotaGET /v1/balance
02
Discover categoriesGET /v1/categories
03
Browse a categoryGET /v1/products?category=model
04
Place an orderPOST /v1/orders
05
Poll for deliveryGET /v1/orders/{id}

Install skill (Claude Code)

claude mcp add gnomon -e GNOMON_API_KEY=YOUR_KEY -- npx -y @gnomon-ai-agent/mcp

Or call directly

curl -H "Authorization: Bearer YOUR_KEY" \  https://api.gnomon-agent.com/v1/balance