Skip to main content
GET
/
.well-known
/
oauth-protected-resource
OAuth 2.0 Protected Resource Metadata (RFC 9728)
curl --request GET \
  --url https://archyon.app/.well-known/oauth-protected-resource
{
  "resource": "<string>",
  "authorization_servers": [
    "<string>"
  ],
  "bearer_methods_supported": [],
  "scopes_supported": [
    "<string>"
  ],
  "resource_name": "<string>",
  "resource_documentation": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.archyon.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Metadata document.

resource
string<uri>
required

Canonical URL of the MCP server.

authorization_servers
string<uri>[]
required
bearer_methods_supported
enum<string>[]
required
Available options:
header
scopes_supported
string[]
resource_name
string
resource_documentation
string<uri>