Dashboard
How it Works Documentation Quick Start PAPI — Pages & Assets MAPI — Dynamic Data Integrations SAPI — Sessions & Forms MCP Server OpenClaw Skill Tools Deploy Dashboard
Sentry

Sentry

🔑 BYO Key — Monitoring

Monitor errors and crashes with Sentry. View unresolved issues, track error rates, and build status dashboards for your websites.

🔑 Setup Required — Bring Your Own Key This integration requires API credentials. Store them once via setup_integration or the Dashboard Vault — they're encrypted with AES-256-GCM and never exposed.

Required Credentials

sentry_auth_token
Auth Token
Auth token from sentry.io → Settings → Auth Tokens. Starts with "sntrys_". Select project:read + event:read scopes.

Get your API key at sentry.io →

Endpoints (3)

GET list-issues

List unresolved issues for a Sentry project. Returns title, error count, first/last seen, and assigned user.

Field Type Required Description
organization string ✓ Yes Sentry organization slug (e.g. "my-company").
project string ✓ Yes Sentry project slug (e.g. "my-website").
GET get-issue

Get details for a specific Sentry issue: error message, stack trace summary, event count, tags, and status.

Field Type Required Description
issue_id string ✓ Yes Sentry issue ID (numeric).
GET list-projects

List all Sentry projects accessible with the token. Returns project slug, name, platform, and organization.

No input parameters required.

MCP Tool Names

When using this integration through an AI assistant (Claude, ChatGPT, Cursor, etc.), the endpoints are available as MCP tools:

EndpointMCP Tool Name
list-issues sentry_list_issues
get-issue sentry_get_issue
list-projects sentry_list_projects
← Back to all integrations