Project management · wired today
What can agents actually do with Linear?
Project trackers hold the state your agents plan against. The Linear connector is one of 205 executable connectors and gives agents 5 tools, with the credential held in the vault and every call receipted.
The Linear tool list, exactly as agents see it
list_issues— List Linear issues with optional filtersget_issue— Get details of a specific Linear issuecreate_issue— Create a new Linear issuelist_teams— List all Linear teamslist_projects— List Linear projects
What the Linear connector needs
You provide token from your Linear account. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.
Where to get it: Linear's own API documentation ↗ covers creating and scoping the credential.
How proven is this?
The Linear connector is a hand-written module that has been exercised against the live Linear API.
Linear integration FAQ
What can Quox agents do with Linear?
Agents can run 5 tools against Linear: list issues, get issue, create issue, list teams, list projects. Every call is receipted in the evidence trail.
What does the Linear integration need?
You provide token from your Linear account. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.
Do agents see my Linear credentials?
No. Credentials live encrypted in the Quox vault and are resolved server-side at call time. Agents invoke tools; they never receive the underlying secret.
How proven is the Linear connector?
The Linear connector is a hand-written module that has been exercised against the live Linear API.