Read events, list channels, read-only keys
List a Project's events and channels over the API and MCP, check a key with GET /v1/me, and give read-only keys to whatever only needs to look.
GET /v1/events. The Project’s events, newest first, with their answers. Filter bychannel,sinceandbefore; page withnextCursor. MCP:listEvents.GET /v1/channels. The channel names already in use. MCP:listChannels.GET /v1/me. Which Organization and Project a key belongs to, and what it may do.- Read-only keys. Choose Read-only when you create a key in
Settings → API keys. It reads events and channels and gets
403 forbiddenfor anything else; over MCP it only sees the read tools. See scopes. userIdin identify.POST /v1/identifytakesuserId, like events do.user_idstill works.- MCP authentication. A bad or rate-limited key now gets an HTTP
401or429for every MCP request, instead of an error inside a tool result.