# AgentCommodities machine-readable directory > Plain-text manifest for agents. Humans see the rendered site; agents read this. > Each commodity links to a JSON endpoint with full provider specs (endpoint, auth, sig, tiers, clients). ## Site - name: AgentCommodities - description: Open directory of agentic digital commodities (inference, storage, subnets). - base: https://agentcommodities.com ## Commodities - inference: https://agentcommodities.com/api/v1/providers?category=inference - storage: https://agentcommodities.com/api/v1/providers?category=storage - subnets: https://agentcommodities.com/api/v1/providers?category=subnets ## Raw API - All providers (json): https://agentcommodities.com/api/v1/providers - Single provider (json): https://agentcommodities.com/api/v1/providers/{name} - Models (json): https://agentcommodities.com/api/v1/models - Plugin manifest (json): https://agentcommodities.com/ai-plugin.json ## Conventions - Storage providers are S3-compatible unless noted. Auth = api_key (provider token). - Prices are USD unless stated. "egress $0" means no download fee. - Each provider JSON includes: endpoint, auth_type, pay_type, tiers[], agent{...}, website, pricing_url, docs_url.