Linear

api.linear.app

Community

Linear is a modern project management tool designed for software teams. It offers a fast, streamlined interface for issue tracking, project planning, and team workflows. Its GraphQL API provides full access to issues, projects, cycles, and comments.

Auth

api_key

Pricing

free

Spec version

1.0

Base URL

https://api.linear.app

Crawl failures

1

Last verified

2026-03-01T11:08:27.000Z

Health

This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →

Capabilities

create_comment

analytics

Add a comment to an existing issue for discussion and collaboration.

Detail: https://api.linear.app/capabilities/create_comment

create_issue

analytics

Create a new issue in a team's backlog with title, description, priority, assignee, and labels.

Detail: https://api.linear.app/capabilities/create_issue

list_issues

analytics

Retrieve issues with filtering by team, status, assignee, label, or project.

Detail: https://api.linear.app/capabilities/list_issues

list_projects

analytics

List all projects with their status, progress, lead, and associated teams.

Detail: https://api.linear.app/capabilities/list_projects

search_issues

analytics

Full-text search across all issues by keywords, returning matching results ranked by relevance.

Detail: https://api.linear.app/capabilities/search_issues

update_issue

analytics

Update properties of an existing issue such as title, status, priority, or assignee.

Detail: https://api.linear.app/capabilities/update_issue

Agent Preview

This is what an AI agent sees when it discovers this service via the Gateway:

Service: Linear
Description: Linear is a modern project management tool designed for software teams. It offers a fast, streamlined interface for issue tracking, project planning, and team workflows. Its GraphQL API provides full access to issues, projects, cycles, and comments.
Auth: api_key
Capabilities:
  - create_comment: Add a comment to an existing issue for discussion and collaboration.
  - create_issue: Create a new issue in a team's backlog with title, description, priority, assignee, and labels.
  - list_issues: Retrieve issues with filtering by team, status, assignee, label, or project.
  - list_projects: List all projects with their status, progress, lead, and associated teams.
  - search_issues: Full-text search across all issues by keywords, returning matching results ranked by relevance.
  - update_issue: Update properties of an existing issue such as title, status, priority, or assignee.