packages/kilo-docs/pages/kiloclaw/development-tools/linear.md
Connect Linear to your KiloClaw agent so it can create issues, update their status, read project backlogs, and track work — all automatically. Linear is a project management tool popular with software teams for planning and tracking features, bugs, and tasks.
{% callout type="warning" title="Keep your API key private" %} Your Linear API key grants access to your workspace. Never share it publicly or commit it to a repository. If a key is ever exposed, revoke it immediately from your Linear account settings and generate a new one. {% /callout %}
Before you begin, make sure you have:
kiloclaw-bot) and click CreateOnce your instance has redeployed, send your agent a prompt to check that Linear is working. For example:
If the agent returns results from your workspace, the connection is working correctly.
Once connected, your KiloClaw agent can interact with Linear on your behalf:
| Action | Example prompt |
|---|---|
| Create an issue | "Create a Linear issue titled 'Fix login bug' in the Engineering project" |
| Update an issue | "Mark the Linear issue LIN-42 as In Progress" |
| Read issues | "Show me all open bugs assigned to the team this week" |
| Search projects | "What issues are in the Backend project?" |
| Add comments | "Add a comment to LIN-100 saying the fix has been deployed" |