{
  "schema_version": "1.0",
  "name": "Cinderwright API Hub",
  "description": "900+ pay-per-use data services for AI agents. Weather, finance, geolocation, GitHub stats, DNS, Wikipedia, science, health, food, sports, music, trivia and more. One key unlocks everything. No subscriptions, no API key management per service.",
  "url": "https://api.ideafactorylab.org",
  "provider": {
    "organization": "Cinderwright",
    "url": "https://api.ideafactorylab.org",
    "contact": "https://api.ideafactorylab.org/start"
  },
  "capabilities": [
    {
      "type": "tool",
      "name": "proxy_do",
      "description": "Natural language data lookup. Describe what you need and the proxy routes to the right service. Bitcoin price, weather, company info, GitHub stats, DNS, Wikipedia, currency conversion, and 900+ more.",
      "endpoint": "POST https://api.ideafactorylab.org/proxy/do",
      "authentication": {
        "type": "header",
        "name": "X-CW-Key"
      },
      "pricing": {
        "currency": "USD",
        "amount": 0.002,
        "model": "per-call"
      }
    },
    {
      "type": "tool",
      "name": "keygen",
      "description": "Generate a free API key with $0.10 trial credit. No wallet, no email, no signup required.",
      "endpoint": "POST https://api.ideafactorylab.org/proxy/keygen",
      "authentication": null,
      "pricing": null
    },
    {
      "type": "tool",
      "name": "discover",
      "description": "Search the 900+ available services by keyword.",
      "endpoint": "GET https://api.ideafactorylab.org/discover?q={query}",
      "authentication": null,
      "pricing": null
    }
  ],
  "payment": {
    "protocols": ["x402", "proxy-key"],
    "currencies": ["USDC"],
    "networks": ["base"],
    "wallet": "0x8A694A869BaDEC00A333E9213E2914DcD90d53Ff",
    "free_trial": true,
    "trial_amount": 0.10
  },
  "discovery": {
    "openapi": "https://api.ideafactorylab.org/openapi.json",
    "mcp": "https://api.ideafactorylab.org/.well-known/mcp.json"
  }
}
