packages/docs/plugin-registry/linear.md
The Linear plugin lets Eliza agents interact with Linear for issue tracking and project management.
Package: @elizaos/plugin-linear
This plugin connects Eliza to the Linear API, enabling agents to create issues, update statuses, query projects and teams, and manage workflows through natural language. Useful for development teams that track work in Linear and want their agent to participate in issue management.
eliza plugins install linear
Auto-enables when LINEAR_API_KEY is set.
| Parameter | Type | Required | Description |
|---|---|---|---|
LINEAR_API_KEY | string | Yes | Linear API key (sensitive) |
LINEAR_TEAM_ID | string | No | Default team ID |
LINEAR_PROJECT_ID | string | No | Default project ID |
Set via environment variables or in your agent configuration:
export LINEAR_API_KEY="lin_api_..."
export LINEAR_TEAM_ID="your-team-id"