Connect AI Agents to Linear

Enable agents to create, read and manage issues in Linear

Actions

Create a comment

Creates a new comment on a specified Linear issue.

Create linear issue

Creates a new issue in a specified Linear project and team, requiring a title and description, and allowing for optional properties like assignee, state, priority, cycle, and due date.

Get create issue default params

Fetches a Linear team's default issue estimate and state, useful for pre-filling new issue forms.

Create a label

Creates a new label in Linear for a specified team, used to categorize and organize issues.

Delete issue

Archives an existing Linear issue by its id, which is Linear's standard way of deleting issues; the operation is idempotent.

Download issue attachments

Downloads a specific attachment from a Linear issue; the file name must include the correct file extension.

Get cycles by team ID

Retrieves all cycles for a specified Linear team id; cycles are time-boxed work periods (like sprints).

Get Linear issue

Retrieves an existing Linear issue's comprehensive details, including title, description, attachments, and comments.

Get all cycles

Retrieves all cycles (time-boxed iterations for work) from the Linear account.

List Linear issues

Lists non-archived Linear issues; if project id is not specified, issues from all accessible projects are returned. Can also filter by assignee id.

Get labels by team

Retrieves all labels associated with a given team id in Linear; the team id must refer to an existing team.

List linear projects

Retrieves all projects from the Linear account.

Agentic Workers