What connecting does
GitHub is the foundation — Sentry, Linear, and Slack routes all target an Aether project that has a linked GitHub repo, since that is where the agent’s work lands.
Routes spawn tasks
Sentry, Linear, and Slack share the same model: you create routes mapping a source object to an Aether project, and matching events spawn tasks in that project.- Sentry links map a Sentry project to a GitHub repo and target branch, with an optional auto-fix flag. A new error in a linked project opens a fix task.
- Linear routes map a Linear team (optionally a specific project within it) to an Aether project. Matching issues open tasks; results return as Linear comments.
- Slack routes map a Slack channel to an Aether project. Messages in routed channels open tasks; task updates publish back to the Slack thread.
aether sentry, aether linear, aether slack) or the dashboard.
Availability is config-gated
GitHub is always available. Sentry, Linear, and Slack are only available when the deployment has the corresponding OAuth credentials configured. If those credentials are unset, the integration is absent entirely — its connect flow, routes, and webhooks are not registered. If you do not see one of these integrations, the deployment you are on has not enabled it.Integration endpoints are part of the frontend/CLI API surface, not the versioned public
/v1 API. See the API overview for the distinction.Connecting
GitHub
Install the GitHub App, import a repo, and push changes.
Linear
Connect Linear and route issues to Aether projects.
Slack
Connect Slack and route channels to Aether projects.
All integrations
Overview of every connection and how to manage them.