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

CapabilityValue
Provider IDlinear
Auth kindapi_key
Connect flowInline API key
ActionsYes
EventsYes
Webhook deliveryYes
Event samplesYes
Live statusNo

Connect Linear

SurfaceSupport
AppOpen Library > Integrations, choose Linear, and paste a Linear API key.
CLIThe mobius CLI does not connect Linear integrations yet. Use the app or API.
APICall 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.list

Use 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.updated

Use 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