All integrations
Sentry
Investigate issues, events and releases from your Sentry projects.
Developer
Monitoring
How an agent reaches it
- MCP
Official MCP server. The agent lists its tools and calls them.
- REST API
Always available. The agent calls the API directly with your credential attached.
- CLI
No official command-line tool.
How you authenticate
- OAuth
- API key
How agents reach it
- Base URL
- https://sentry.io/api/0
- Pagination
- link_header
- MCP server
- https://mcp.sentry.dev/mcp
Common endpoints
| list organisations | GET /organizations/ |
| list projects | GET /organizations/{org}/projects/ |
| list issues | GET /projects/{org}/{project}/issues/ |
| issue detail | GET /issues/{issue_id}/ |
| resolve an issue | PUT /issues/{issue_id}/ |
Worth knowing
- Organisation and project slugs, not ids, appear in most paths.
- Self-hosted Sentry uses a different host. Confirm before assuming sentry.io.