Skip to main content

Sentry

Where to issue a Sentry auth token and connect it to Nora.

Where to apply for credentials

Sentry — Auth Tokens

Settings → Account → API → Auth Tokens
1

Click Create New Token

Pick scopes — project:read, project:write, org:read are the common minimum.
2

Copy

Sentry shows the token once.

Connect in Nora

Paste the token. Optionally set the Organization Slug + Project Slug. Nora calls GET /api/0/ with Bearer auth to verify.

MCP server

No official Sentry MCP server today.

Environment variables Nora injects

VariableSource
SENTRY_AUTH_TOKENAuth Token field
SENTRY_ORGOrganization (if set)
SENTRY_PROJECTProject (if set)