OAuth 2.0 Authorization Server Metadata
curl --request GET \
--url https://api.neus.network/.well-known/oauth-authorization-server{
"response_types_supported": [],
"code_challenge_methods_supported": [],
"grant_types_supported": [],
"token_endpoint_auth_methods_supported": [],
"scopes_supported": [],
"service_documentation": "<string>"
}OAuth 2.0 Authorization Server Metadata
RFC 8414 authorization server metadata for NEUS. MCP clients discover this first when connecting to a protected resource. Served at https://neus.network/.well-known/oauth-authorization-server.
GET
/
.well-known
/
oauth-authorization-server
OAuth 2.0 Authorization Server Metadata
curl --request GET \
--url https://api.neus.network/.well-known/oauth-authorization-server{
"response_types_supported": [],
"code_challenge_methods_supported": [],
"grant_types_supported": [],
"token_endpoint_auth_methods_supported": [],
"scopes_supported": [],
"service_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
Authorization server metadata
OAuth 2.0 Authorization Server Metadata (RFC 8414). Served at https://neus.network/.well-known/oauth-authorization-server.
Available options:
https://neus.network Available options:
https://neus.network/oauth/authorize Available options:
https://neus.network/api/v1/auth/mcp/token Available options:
code Available options:
S256 Available options:
https://neus.network/api/v1/auth/mcp/revoke Available options:
authorization_code, refresh_token Available options:
none Available options:
neus:core, neus:profile, neus:secrets, offline_access ⌘I