Documentation Index
Fetch the complete documentation index at: https://agentdiff.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Seed files define the initial state of a Linear workspace. They’re JSON files that specify teams, issues, users, workflows, and more.Quick Reference: linear_expanded
The most commonly used template for benchmarks. Here’s what’s inside:- Teams
- Users
- Workflow States
- Sample Issues
- Labels
| Team ID | Key | Name |
|---|---|---|
ad608998-915c-4bad-bcd9-85ebfccccee8 | ENG | Engineering |
58c03c85-7b0c-466d-9a4c-120209fccb56 | GRO | Growth |
Seed File Location
Seeds are stored inexamples/linear/seeds/:
Schema
Organization
Teams
Users
Team Memberships
Workflow States
| Type | Description |
|---|---|
backlog | Backlog/Triage state |
unstarted | Not started |
started | In progress |
completed | Done |
canceled | Canceled |
Issues
| Priority | Label |
|---|---|
| 0 | No priority |
| 1 | Urgent |
| 2 | High |
| 3 | Medium |
| 4 | Low |
Labels
Issue-Label Associations
Comments
Projects
Complete Example
Creating a Custom Template
-
Create your seed file in
examples/linear/seeds/my_seed.json - Register the template (during seed script execution)
- Use your template:
Tips
Next Steps
GraphQL API
Supported queries and mutations
Self-Hosting
Deploy your own instance