Connect your AI to Linear
Linear is the tracker for teams that want the tracker out of the way, and its GraphQL API reflects that: few endpoints, strict shapes. An API key held server-side authorizes the call. The thing to look up before wiring a pipe is the team id, which is not the team's display name and has to come from a query rather than the URL bar.
The credential never enters the model context: it lives in the FlurryPORT secret store, deliveries are signed server-side, and every send returns a receipt your agent can quote.
- Auth model
- static_header
- Suggested secret
LINEAR_API_KEY- Scopes
- Personal API key; GraphQL endpoint.
- Provider docs
- https://developers.linear.app/docs
Recipes for Linear
flurryport:linear-create-issuedelivery
Let your AI file Linear issues with an API key it never touches.