{
  "schemaVersion": "0.1",
  "name": "F-Star Protocol Agent API",
  "description": "Anonymous read-only API exposing F-Star Protocol (fund-vault) fund data for AI agents.",
  "version": "1.0.0",
  "provider": {
    "name": "F-Star",
    "url": "https://fstar.io",
    "contact": "integrations@fstar.dev"
  },
  "capabilities": {
    "authentication": "none",
    "transport": "https",
    "formats": [
      "application/json"
    ],
    "openapi": "https://api.fstar.io/openapi.json",
    "rateLimit": {
      "requestsPerMinute": 60,
      "burst": 20
    }
  },
  "documentation": "https://fstar.io/agents",
  "llms": {
    "txt": "https://api.fstar.io/llms.txt",
    "full": "https://api.fstar.io/llms-full.txt"
  },
  "interfaces": [
    {
      "type": "openapi",
      "url": "https://api.fstar.io/openapi.json"
    },
    {
      "type": "llms-txt",
      "url": "https://api.fstar.io/llms.txt"
    }
  ]
}
