{
  "schema_version": "1.0",
  "name": "AgentWeb Web Bot Auth Directory",
  "description": "AgentWeb allows AI crawlers to index public documentation and requires explicit credentials for execution.",
  "public_access": [
    "https://agentweb.us/",
    "https://agentweb.us/llms.txt",
    "https://agentweb.us/llms-full.txt",
    "https://agentweb.us/openapi.json",
    "https://agentweb.us/.well-known/*"
  ],
  "execution_auth": {
    "type": "bearer",
    "format": "Authorization: Bearer aw_<key>",
    "oauth_metadata": "https://mcp.agentweb.us/.well-known/oauth-authorization-server",
    "protected_resource_metadata": "https://mcp.agentweb.us/.well-known/oauth-protected-resource"
  },
  "http_message_signatures_directory": "https://agentweb.us/.well-known/http-message-signatures-directory",
  "keys": [
    {
      "kid": "agentweb-ed25519-2026-05",
      "kty": "OKP",
      "crv": "Ed25519",
      "alg": "EdDSA",
      "use": "sig",
      "x": "nWGxneJHfF20bkV2Jt5HEB_P8-kSmX9We40WlCXDuq8",
      "nbf": "2026-05-02T00:00:00Z",
      "exp": "2027-05-02T00:00:00Z"
    }
  ],
  "contact": "andrey@agentweb.us"
}
