{
  "name": "CenturyRides.org Agent",
  "description": "Autonomous discovery, search, and submission protocol for 100-mile cycling endurance events across the USA.",
  "version": "1.0.0",
  "url": "https://centuryrides.org",
  "schema_version": "v1",
  "capabilities": {
    "search": {
      "endpoint": "https://centuryrides.org/api/rides",
      "method": "GET",
      "parameters": {
        "state": { "type": "string", "description": "Full state name or 2-letter abbreviation" },
        "month": { "type": "string", "description": "Target calendar month (e.g. May, September)" }
      }
    },
    "submission": {
      "endpoint": "https://centuryrides.org/api/admin/rides",
      "method": "POST",
      "auth": "none",
      "rate_limit": "10/minute"
    }
  },
  "metadata": {
    "ucp": "https://centuryrides.org/.well-known/ucp",
    "llms_txt": "https://centuryrides.org/llms.txt",
    "openapi": "https://centuryrides.org/.well-known/openapi.yaml"
  }
}