Overview
Agent Diff provides a high-fidelity replica of the Linear GraphQL API. Your agent can create issues, manage projects, update workflows, and more - all in an isolated environment.Getting Started
Making API Calls
Direct HTTP
Using Code Executor
Available Templates
| Template | Description | Seed Data |
|---|---|---|
linear_expanded | Full workspace | Teams, issues, labels, workflows, projects |
linear_default | Standard workspace | Teams, users, basic issues |
linear_base | Minimal | Teams and users only |
Response Format
Responses follow Linear’s GraphQL format:Error Handling
Errors are returned in GraphQL format:Authentication
In Agent Diff, authentication is mocked. TheimpersonateEmail you specify determines which user the agent acts as.