Skip to main content
GET
/
.well-known
/
oauth-protected-resource
OAuth 2.0 Protected Resource Metadata
curl --request GET \
  --url https://api.neus.network/.well-known/oauth-protected-resource
{
  "authorization_servers": [
    "<string>"
  ],
  "scopes_supported": [],
  "resource_documentation": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.neus.network/llms.txt

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

Response

200 - application/json

Protected resource metadata

OAuth 2.0 Protected Resource Metadata (RFC 9728). Served at https://mcp.neus.network/.well-known/oauth-protected-resource.

resource
enum<string>
required
Available options:
https://mcp.neus.network/mcp
authorization_servers
string<uri>[]
required
scopes_supported
enum<string>[]
Available options:
neus:core,
neus:profile,
neus:secrets
resource_documentation
string<uri>