Integrations
Linear
A Linear integration connects a Linear workspace to Mobius so agents can create and update issues and search Linear metadata, and so Mobius records Linear webhook events.
Use Linear when Mobius should triage issues, open follow-up work, comment on existing issues, or route updates by team, project, cycle, label, or state.
Capability map
| Capability | Value |
|---|---|
| Provider ID | linear |
| Auth kind | api_key |
| Connect flow | Inline API key |
| Actions | Yes |
| Events | Yes |
| Webhook delivery | Yes |
| Event samples | Yes |
| Live status | No |
Connect Linear
| Surface | Support |
|---|---|
| App | Open Library > Integrations, choose Linear, and paste a Linear API key. |
| CLI | The mobius CLI does not connect Linear integrations yet. Use the app or API. |
| API | Call POST /v1/integrations/providers/linear/connect with the Linear credential body from the API reference. |
Mobius validates the credential before marking the provider ready. If a Linear event does not arrive, check recent provider events first.
Actions
linear.cycle.list
linear.issue.add_comment
linear.issue.create
linear.issue.get
linear.issue.search
linear.issue.update
linear.issue_label.search
linear.project.search
linear.team.list
linear.user.search
linear.workflow_state.listUse reference pickers or search actions for team, project, user, label, cycle, and state IDs. They stay stable when Linear display names change.
Events
linear.comment.created
linear.comment.removed
linear.comment.updated
linear.cycle.created
linear.cycle.removed
linear.cycle.updated
linear.issue.created
linear.issue.removed
linear.issue.updated
linear.issue_label.created
linear.issue_label.removed
linear.issue_label.updated
linear.project.created
linear.project.removed
linear.project.updated
linear.reaction.created
linear.reaction.removed
linear.reaction.updatedUse linear.issue.created for intake and linear.issue.updated for state or
assignee changes. Prefer narrow event names over wildcards so unrelated updates
do not add noise.
Next
- Grant Linear actions to an agent from actions.
- Debug provider delivery with source events.