{
  "aod": "0.1",
  "provider": {
    "name": "API Evangelist",
    "url": "https://apievangelist.com",
    "portalUrl": "https://api.apievangelist.com"
  },
  "maturity": "self-serve",
  "account": {
    "required": false,
    "agentPolicy": "allowed",
    "prerequisites": []
  },
  "verification": [],
  "registration": {
    "applicationNoun": "none — there is nothing to register",
    "owner": "user",
    "mechanisms": [
      {
        "type": "open",
        "description": "The API Evangelist API is fully open and keyless: sixteen years of API research — 5,100+ posts, 77 topic areas, 617 rules, 432 standards, guidance, policies, strategies, vocabulary, and more — as one read-only API. Call it right now, no account, no key, no form. The MCP server at https://mcp.apievangelist.com shares the same open access.",
        "baseUrl": "https://api.apievangelist.com/v1",
        "docsUrls": [
          "https://api.apievangelist.com/",
          "https://apievangelist.com/about/api-evangelist"
        ],
        "auth": "none"
      }
    ]
  },
  "authentication": {
    "methods": [
      { "id": "none", "type": "none", "bootstrap": "" }
    ]
  },
  "credentials": [],
  "scopes": {
    "model": "none",
    "notes": "Everything the API serves is public research; there is nothing to scope."
  },
  "flow": {
    "args": [],
    "steps": [
      {
        "id": "probe",
        "description": "Prove the door is open: an unauthenticated call to the service root.",
        "auth": "none",
        "request": {
          "method": "GET",
          "url": "https://api.apievangelist.com/"
        }
      }
    ],
    "outputs": {
      "service": "{steps.probe.service}",
      "posts": "{steps.probe.counts.posts}"
    }
  },
  "economics": {
    "freeTier": "Everything. The API is free and keyless.",
    "pricingUrl": "https://apievangelist.com/services/"
  },
  "gaps": []
}
