For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedConnectorsAPI reference
Get startedConnectorsAPI reference
    • Overview
    • ActiveCampaign
    • Adobe PDF Services
    • Ahrefs
    • Airtable
    • Amadeus
    • Amazon S3
    • Amplitude
    • Anaplan
    • Apollo
    • Arize
    • Articulate Reach 360
    • Asana
    • Attio
    • Aviationstack
    • BambooHR
    • Basecamp
    • bioRxiv
    • Bitbucket
    • Bitly
    • Box
    • Calendly
    • Canva
    • ClickUp
    • ClinicalTrials.gov
    • Cloudflare
    • CMS Coverage
    • Coda
    • Confluence
    • Contentful
    • Crustdata
    • Databricks
    • Datadog
    • DocuSign
    • DoorDash
    • Dropbox
    • Duffel
    • Dynamics 365 Sales
    • Exa
    • Expensify
    • FactSet
    • Figma
    • Firecrawl
    • Fireflies
    • FireHydrant
    • Foursquare
    • Frame.io
    • FreshBooks
    • Freshdesk
    • Freshservice
    • Front
    • Gamma
    • GitHub
    • GitLab
    • Gmail
    • Gong
    • Google BigQuery
    • Google Calendar
    • Google Docs
    • Google Drive
    • Google Maps
    • Google Meet
    • Google Sheets
    • Google Slides
    • Google Tasks
    • Grafana
    • Greenhouse
    • Guru
    • Hex
    • HiBob
    • HubSpot
    • Intercom
    • Jenkins
    • Jira
    • Jira Service Management
    • Kintone
    • Klaviyo
    • Linear
    • LinkedIn
    • Looker
    • Lucidchart
    • Make
    • Microsoft Teams
    • Microsoft Teams GCC High
    • Miro
    • Monday.com
    • n8n
    • NetSuite
    • Notion
    • NPI Registry
    • OneDrive
    • OneNote
    • Oracle HCM
    • Oracle Sales Cloud
    • Oracle SCM
    • Oura
    • Outlook
    • PagerDuty
    • PayPal
    • Peec AI
    • Pipedrive
    • PostHog
    • PubMed
    • Pylon
    • Quartr
    • QuickBooks Online
    • Ramp
    • ReadMe
    • Rootly
    • Sabre
    • Salesforce
    • Sanity
    • SAP SuccessFactors
    • SendGrid
    • Sentry
    • ServiceNow
    • SharePoint
    • Shopify
    • Slack
    • Smartsheet
    • Snowflake
    • Spotify
    • Square
    • Straker
    • Strava
    • Stripe
    • Supabase
    • Teamwork.com
    • Trello
    • TripAdvisor
    • UKG Pro
    • Vercel
    • Vestaboard
    • VisualPing
    • Weather
    • Webflow
    • WHOOP
    • Wikipedia
    • Wix
    • WordPress
    • Workday
    • X
    • Xero
    • Yelp
    • YouTube
    • Zendesk
    • Zendesk Sell
    • Zoho CRM
    • Zoho Desk
    • Zoom
    • ZoomInfo

Get started

  • Overview
  • Introduction
  • Unified API
  • Linked Account
  • Merge Link
  • Use cases

Implementation

  • Sandboxes
  • SDKs
  • API access
  • Syncing data
  • Writing data
  • Data minimization
  • Supplemental data
  • Errors
  • Integration metadata

API reference

  • ATS
  • HRIS
  • Accounting
  • Ticketing
  • CRM
  • File Storage
  • Knowledge Base
  • Chat

Resources

  • Help Center
  • Merge.dev
  • Changelog
© Merge 2026Terms of usePrivacy policy
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
On this page
  • Sample use cases
  • Available Tools

Linear

Connect your AI agents to Linear.
Was this page helpful?
Previous

Klaviyo

Next

LinkedIn

Authentication: OAuth or API key. See Magic Link for the runtime auth flow, or Application credentials to bring your own OAuth app.

Sample use cases

  • List every issue in the Platform team assigned to me, sorted by priority.
  • Create a Linear issue from each row in this triage doc and assign by area.
  • Find every issue closed in the last 7 days, grouped by project.

Available Tools

create_comment

Creates a new comment

resolve_comment

Resolves a comment

unresolve_comment

Unresolves a comment

update_comment

Updates a comment

get_comment

Get a single comment by ID

get_comments

Get comments with filtering and pagination. Filter by issue (supports ‘TEAM-123’ identifiers), body text, dates. Returns comment details with user and issue info.

list_cycles

Get a list of cycles from Linear. Supports filtering, pagination (first, last, before, after), and returns all fields as per the Linear Cycle schema. Returns nodes and pageInfo

get_issue_labels

Get a list of IssueLabel objects from Linear

create_issue_label

Creates a new issue label

list_issue_statuses

Get a list of issue statuses from Linear (workflow states). Supports filtering and pagination

get_issues

Get a list of issues from Linear with filtering and pagination support.

get_issue

Get a single issue by ID from Linear. Returns all fields as per the Linear Issue schema

create_issue

Create Linear issue with title, description, priority, assignee, labels, estimates, dates, icon, sub-issue order. Supports team, project, cycle, parent, subscribers. Use child labels only.

update_issue

Update Linear issue: title, description, priority, assignee, state, labels, dates, project, cycle, subscribers (add/remove/replace), icon, sub-issue order. Use child labels only.

archive_issue

Archive (delete) an issue in Linear by ID

get_projects

Get a list of projects from Linear.

get_project

Get a single project by ID from Linear. Returns all fields as per the Linear Project schema

create_project

Create a new project in Linear with comprehensive field validation.

update_project

Update an existing project in Linear. Use statusId (not state) to change project status.

archive_project

Archive a project in Linear by ID

get_project_updates

Get project updates from Linear. Supports optional project_id targeting, advanced filter usage, pagination, and includeArchived.

get_project_update

Get a single project update by ID from Linear.

create_project_update

Create a project update in Linear using body text and optional health/diff visibility.

update_project_update

Update an existing project update in Linear.

archive_project_update

Archive a project update in Linear by ID.

unarchive_project_update

Unarchive a project update in Linear by ID.

get_teams

Get a list of teams from Linear. Supports filtering by name/key and pagination

get_team

Get a team by id from Linear

create_team

Create a team in Linear

update_team

Update a team in Linear

get_users

Get a list of users from Linear. Supports pagination. Linear’s API does not support CRUD operations on Users

get_user

Get a single user from Linear by ID