{
  "identity_types_supported": [
    "anonymous",
    "service_auth"
  ],
  "identity_endpoint": "https://youspot.com/agent/identity",
  "skill": "https://youspot.com/auth.md",
  "authorization_server": "https://youspot.com/.well-known/oauth-authorization-server",
  "anonymous": {
    "description": "These answer with no credential at all.",
    "endpoints": {
      "mcp": "https://youspot.com/mcp/v1",
      "docs_mcp": "https://youspot.com/mcp/docs",
      "ask": "https://youspot.com/ask",
      "a2a": "https://youspot.com/a2a",
      "index": "https://youspot.com/v1",
      "openapi": "https://youspot.com/openapi.json",
      "catalog": "https://youspot.com/.well-known/api-catalog"
    }
  },
  "service_auth": {
    "description": "Present a bearer token in the Authorization header and this endpoint names the person it belongs to. Tokens are minted at https://youspot.com/user/mcp, or issued by the OAuth flow in https://youspot.com/auth.md.",
    "credential_types_supported": [
      "access_token"
    ],
    "scopes_supported": [
      "attention",
      "changelog",
      "domains",
      "email",
      "files",
      "gmail",
      "google_calendar",
      "graph",
      "hubspot",
      "intake",
      "integrations",
      "invoices",
      "linear",
      "linkedin",
      "messaging",
      "notifications",
      "obsidian",
      "profile",
      "prospecting",
      "slack",
      "twitter",
      "web",
      "write"
    ]
  }
}
