{
  "issuer": "https://nexustrade-ai.base44.app",
  "authorization_endpoint": "https://nexustrade-ai.base44.app/login",
  "token_endpoint": "https://nexustrade-ai.base44.app/api/functions/agentToken",
  "registration_endpoint": "https://nexustrade-ai.base44.app/api/functions/agentRegister",
  "revocation_endpoint": "https://nexustrade-ai.base44.app/api/functions/agentRevoke",
  "introspection_endpoint": "https://nexustrade-ai.base44.app/api/functions/agentIntrospect",
  "jwks_uri": "https://nexustrade-ai.base44.app/.well-known/http-message-signatures-directory",
  "scopes_supported": [
    "read:market",
    "read:portfolio",
    "write:orders",
    "read:audit",
    "admin"
  ],
  "response_types_supported": ["code", "token"],
  "grant_types_supported": ["authorization_code", "client_credentials", "refresh_token"],
  "token_endpoint_auth_methods_supported": ["client_secret_post", "client_secret_basic", "private_key_jwt"],
  "token_endpoint_auth_signing_alg_values_supported": ["RS256", "ES256", "EdDSA"],
  "service_documentation": "https://nexustrade-ai.base44.app/como-funciona",
  "ui_locales_supported": ["pt-BR", "en"],
  "agent_auth": {
    "skill": "https://isitagentready.com/.well-known/agent-skills/auth-md/SKILL.md",
    "register_uri": "https://nexustrade-ai.base44.app/api/functions/agentRegister",
    "identity_types_supported": ["identity_assertion", "anonymous"],
    "credential_types_supported": ["client_credentials", "bearer_token"],
    "claim_uri": "https://nexustrade-ai.base44.app/api/functions/agentClaim",
    "revocation_uri": "https://nexustrade-ai.base44.app/api/functions/agentRevoke",
    "events_supported": ["credential_revoked", "credential_expiring"],
    "identity_assertion": {
      "assertion_types_supported": [
        "urn:ietf:params:oauth:token-type:id-jag",
        "verified_email"
      ]
    },
    "anonymous": {
      "credential_types_supported": ["bearer_token"],
      "rate_limit": "60 requests per minute"
    }
  }
}
