Skip to main content

Overview

OneCLI connects AI agents to Sentry through OAuth. Agents can read error events, manage issues, view project and team info, and work with releases. The gateway injects OAuth credentials into requests to the Sentry API automatically.
Sentry is a cloud-only integration, available on the Team plan.

Setup

1

Go to Connections

Open the OneCLI dashboard and navigate to Connections > Sentry.
2

Authorize

Click Connect Sentry. You’ll be redirected to Sentry to authorize OneCLI. Review the requested permissions and click Authorize.
3

Verify

After authorization, you’ll be redirected back to the dashboard. The connection will show as Connected with your Sentry account email.

What agents can do

Use cases

  • Coding agents that check for regressions after deploying
  • On-call agents that triage and resolve Sentry issues
  • Monitoring agents that track error rates and alert on spikes
  • Release management agents that tag deploys and upload source maps

Controlling access

Access is per agent: grant the connection to each agent that needs it, choosing per tool what runs freely, what needs human approval, and what stays blocked — a read-only agent is a single grant. Organization rules add guardrails on top, like rate limits and blanket blocks. Everything is checked before credential injection, so a blocked request never reaches Sentry.