{
  "$comment": "SRIFT does not require OAuth for AI agents. The local daemon (127.0.0.1:3822) is token-less and the public web app exposes no authenticated agent endpoints. See /auth.md and /AGENTS.md.",
  "issuer": "https://srift.app",
  "authorization_endpoint": "https://srift.app/auth.md#instant-access",
  "token_endpoint": "https://srift.app/auth.md#instant-access",
  "registration_endpoint": "https://srift.app/auth.md#instant-access",
  "response_types_supported": ["none"],
  "grant_types_supported": ["urn:ietf:params:oauth:grant-type:jwt-bearer"],
  "token_endpoint_auth_methods_supported": ["none"],
  "scopes_supported": ["srift.public"],
  "agent_auth": {
    "skill": "https://srift.app/auth.md",
    "register_uri": "https://srift.app/auth.md#instant-access",
    "identity_types_supported": ["anonymous"],
    "anonymous": {
      "credential_types_supported": ["none"],
      "claim_uri": "https://srift.app/auth.md#room-secret"
    },
    "documentation": "https://srift.app/auth.md",
    "agents_manual": "https://srift.app/AGENTS.md",
    "mcp_server_card": "https://srift.app/.well-known/mcp/server-card.json",
    "ai_plugin_manifest": "https://srift.app/.well-known/ai-plugin.json",
    "a2a_card": "https://srift.app/.well-known/agent.json",
    "agent_skills": "https://srift.app/.well-known/agent-skills/index.json",
    "openapi": "https://srift.app/openapi.json"
  }
}
