Linear API
Linear API
Linear API provides programmatic access to the modern project management tool loved by software engineering teams — issues, projects, cycles (sprints), teams.
Top-tier UI / UX ("fastest issue tracker")
Designed for software teams (less suited to other teams)
Create personal API key at linear.app/settings/api. GraphQL POST https://api.linear.app/graphql with query.
Uptime · 30-day window
About this API
Linear is a modern issue tracker founded 2019, the favorite of software engineering teams. Clear positioning: replace Jira (hailed as the cure for Jira being too slow and complex) + more software-team-specialized than Asana / ClickUp. Differentiators: (1) Extreme speed — offline-first architecture makes all operations millisecond-responsive, leap over Jira / Asana UX; (2) Modern beautiful UI (carefully polished by designers + engineers); (3) Keyboard shortcut priority (programmers love); (4) Deep GitHub / Slack integration (PR merge auto-closes issues). API is GraphQL-first (REST exists but GraphQL is 1st-class), well-documented. Customers mainly high-growth software startups (OpenAI, Anthropic, Vercel, Cursor all use), traditional enterprises still on Jira.
What you can build
- 1CI/CD auto-update Linear issue status
- 2PR merge auto-close issue
- 3Slack / Discord integration (issue auto-expand on mention)
- 4Custom dashboards aggregating Linear data
Strengths & limitations
Strengths
- Top-tier UI / UX ("fastest issue tracker")
- Modern GraphQL API design
- Excellent GitHub / Slack integration UX
- Extremely fast (offline-first local-priority architecture)
Limitations
- Designed for software teams (less suited to other teams)
- Free tier only 250 issues
- Pricing higher than Asana
Example request
curl https://linear.app/<endpoint> \
-H "Authorization: Bearer $API_KEY"
# Some providers use X-Api-Key instead — verify in the docs.Getting started
Create personal API key at linear.app/settings/api. GraphQL POST https://api.linear.app/graphql with query.
FAQ
Linear vs. Jira?+
Software teams prefer Linear (fast + good UI). Large enterprises with compliance + legacy burdens stick with Jira.
Technical details
- Auth type
- api_key
- Pricing
- freemium
- Rate limit
- 1500 req/小时 per workspace
- Protocols
- GraphQL, REST, Webhook
- SDKs
- typescript, javascript