Connect
From the console → Integrations, click Connect on Linear. Or, from any boxd CLI:What’s authorized
boxd requests these Linear scopes:| Scope | Grants |
|---|---|
read | Read your Linear data (issues, projects, teams, …) |
write | Update existing Linear data |
issues:create | Create new issues |
comments:create | Comment on issues |
Use Linear from a machine
The access token is exported asLINEAR_ACCESS_TOKEN in every login shell (and in the coding agents’ environment). Call Linear’s GraphQL API with it as a bearer token:
boxd integrations inside the machine to confirm it’s wired in and see this same hint.
Linear MCP server
Linear also publishes a Model Context Protocol server (linear-server, at https://mcp.linear.app/mcp) that a coding agent can call directly instead of hand-writing GraphQL. It’s opt-in per agent: