{
    "issuer": "https://hemtrix.com",
    "authorization_endpoint": "https://hemtrix.com/oauth/authorize",
    "token_endpoint": "https://hemtrix.com/oauth/token",
    "jwks_uri": "https://hemtrix.com/.well-known/jwks.json",
    "response_types_supported": [
        "code",
        "token"
    ],
    "grant_types_supported": [
        "client_credentials",
        "authorization_code"
    ],
    "token_endpoint_auth_methods_supported": [
        "client_secret_basic",
        "client_secret_post"
    ],
    "scopes_supported": [
        "read:services",
        "read:blogs",
        "write:inquiries",
        "agent:access"
    ],
    "agent_auth": {
        "supported": true,
        "registration_endpoint": "https://hemtrix.com/auth.md",
        "grant_types": [
            "client_credentials",
            "urn:ietf:params:oauth:grant-type:token-exchange"
        ]
    },
    "service_documentation": "https://hemtrix.com/llms.txt"
}