Integrations are not dashboards. The value isn’t “see Sentry issues in orch-hq” — it’s that your agents can now call the Sentry API with a securely stored token, automatically injected into their sandbox.
How It Works
Available Integrations
Sentry Setup
Sentry is the first fully supported integration. Set it up in orch-hq:- Open orch-hq and click Integrations in the sidebar
- Click Connect on the Sentry row
- Paste your Sentry auth token
- The platform verifies the token and shows your available organizations and projects
- Select which org and projects to monitor (or select “all”)
- Done — agents in this workspace can now use
SENTRY_AUTH_TOKEN
Required Token Scopes
Create a token at{your-org}.sentry.io/settings/account/api/auth-tokens/ with these scopes:
Using Sentry in Your Agent
Add the secret to your agent’sorchagent.json:
API Reference
All integration endpoints are workspace-scoped and requireAuthorization: Bearer <api_key>.
Create an integration
List integrations
Get a single integration
Update an integration
Delete an integration
Sentry proxy endpoints
These are used by orch-hq’s setup flow. The desktop app never touches the raw token — the gateway proxies all Sentry API requests.
If Sentry returns 401, the gateway auto-marks the integration
status: "error" with a message indicating the token is expired or revoked.
Next Steps
orch-hq
The desktop app where you manage integrations
Security
How orchagent handles secrets and sandboxing
SDK Reference
Full SDK documentation