Available now

21 things your agent can do in Linear

Linear is a streamlined issue tracking and project planning tool for modern teams, featuring fast workflows, keyboard shortcuts, and GitHub integrations

Project Mgmt & Dev12 triggersSign in with your account (OAuth)

Every action, grouped by what it does

You do not pick these by hand. Describe what the agent should do and Squidgy grants the matching ones — an agent told to draft replies gets the drafting action and not the sending one.

Read

13
  • Get all teams

    Retrieves all teams from the linear workspace without requiring any parameters.

    LINEAR_GET_ALL_LINEAR_TEAMS
  • Download issue attachments

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

    LINEAR_GET_ATTACHMENTS
  • Get current user

    Gets the currently authenticated user's id, name, email, and other profile information. use this to identify 'me' in other linear operations that require user id filtering.

    LINEAR_GET_CURRENT_USER
  • Get cycles by team ID

    Retrieves all cycles for a specified linear team id; cycles are time-boxed work periods (like sprints) and the team id must correspond to an existing team.

    LINEAR_GET_CYCLES_BY_TEAM_ID
  • Get Linear issue

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

    LINEAR_GET_LINEAR_ISSUE
  • Get all cycles

    Retrieves all cycles (time-boxed iterations for work) from the linear account; no filters are applied.

    LINEAR_LIST_LINEAR_CYCLES
  • 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 to get issues assigned to a specific user.

    LINEAR_LIST_LINEAR_ISSUES
  • Get labels by team

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

    LINEAR_LIST_LINEAR_LABELS
  • List linear projects

    Retrieves all projects from the linear account.

    LINEAR_LIST_LINEAR_PROJECTS
  • List Linear states

    Retrieves all workflow states for a specified team in linear, representing the stages an issue progresses through in that team's workflow.

    LINEAR_LIST_LINEAR_STATES
  • Get teams by project

    Retrieves all teams, including their members, and filters each team's associated projects by the provided 'project id'.

    LINEAR_LIST_LINEAR_TEAMS
  • List Linear users

    Lists all users in the linear workspace with their ids, names, emails, and active status.

    LINEAR_LIST_LINEAR_USERS
  • Run Query or Mutation

    Wildcard action that executes any graphql query or mutation against the linear api. use this as a fallback when no specific action exists for your use case, or when you need to perform complex operat…

    LINEAR_RUN_QUERY_OR_MUTATION

Create & update

7
  • Create linear attachment

    Creates a new attachment and associates it with a specific, existing linear issue.

    LINEAR_CREATE_LINEAR_ATTACHMENT
  • 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.

    LINEAR_CREATE_LINEAR_ISSUE
  • Get create issue default params

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

    LINEAR_CREATE_LINEAR_ISSUE_DETAILS
  • Create a label

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

    LINEAR_CREATE_LINEAR_LABEL
  • Delete issue

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

    LINEAR_DELETE_LINEAR_ISSUE
  • Remove label from Linear issue

    Removes a specified label from an existing linear issue using their ids; successful even if the label isn't on the issue.

    LINEAR_REMOVE_ISSUE_LABEL
  • Update issue

    Updates an existing linear issue using its `issue id`; requires at least one other attribute for modification, and all provided entity ids (for state, assignee, labels, etc.) must be valid.

    LINEAR_UPDATE_ISSUE

Send & publish

1
  • Create a comment

    Creates a new comment on a specified linear issue.

    LINEAR_CREATE_LINEAR_COMMENT

About connecting Linear

What can an AI agent do in Linear?

21 distinct actions, listed in full on this page — 13 to read, 7 to create & update, 1 to send & publish. An agent gets the ones that match what you described it doing, not all of them at once.

How do I connect Linear?

Once, in Settings → Integrations. Sign in with your account (OAuth). The connection is yours, shared by every agent you build — you are not re-authorising per agent, and the agent never sees your credentials.

Can an agent react to something happening in Linear?

Yes — Linear exposes 12 triggers, so an agent can start work when something changes rather than waiting to be asked.

Others in Project Mgmt & Dev

The Linear integration guide · All 58 connectable apps · The agent builder

Chat with Squidgy