{
  "apiVersion": "0.1.0",
  "baseUrl": "https://allen.bargi.org",
  "info": {
    "title": "Allen Bargi Public Profile API",
    "description": "Read-only access to the public information published on allen.bargi.org.",
    "openapi_spec": "https://allen.bargi.org/openapi.json"
  },
  "auth": {
    "type": "none",
    "description": "The public profile endpoint requires no authentication."
  },
  "chains": {
    "get_profile": {
      "description": "Retrieve Allen Bargi's public profile.",
      "agent_instructions": "Use this read-only flow only for public information currently published by allen.bargi.org. Do not infer fields that are absent from the response.",
      "steps": [
        {
          "endpoint": "/api/profile",
          "method": "GET",
          "parameters": {}
        }
      ]
    }
  }
}
