FruxonDocs

Linear

Linear project management — issues, projects, cycles, and teams

The Linear integration lets your agents manage issues, projects, cycles, and teams in Linear.

Prerequisites

You need one of the following:

  • Linear API Key — Generate one at Linear Settings → API.
  • OAuth — For user-level access where each chat user authorizes with their own Linear account.

Setup

  1. Open your agent in Agent Studio
  2. In the Integrations panel, click Add Integration Config
  3. Select Linear from the integration list
  4. Give the config a display name (e.g., "Linear - Engineering")
  5. Choose your authentication method:
    • API Key — Paste your Linear API key
    • OAuth — Click Connect to start the Linear OAuth flow
  6. Save the agent revision

Using in Your Agent

  1. In an Agent Step, attach Linear tools from the tools panel
  2. The agent uses your integration config for all Linear API calls
  3. Tools are referenced as linear.list_issues, linear.create_issue, etc.

Available Tools

ToolDescriptionAction Type
get_viewerGet the current authenticated userReadOnly
list_teamsList teamsReadOnly
list_issuesList issuesReadOnly
get_issueGet a specific issueReadOnly
search_issuesSearch issuesReadOnly
list_projectsList projectsReadOnly
list_labelsList labelsReadOnly
list_workflow_statesList workflow statesReadOnly
list_cyclesList cyclesReadOnly
create_issueCreate an issueReversible
update_issueUpdate an issueReversible
add_commentAdd a comment to an issueIrreversible

On this page