All integrations

Linear Agent

Channel

Delegate Linear issues and comments through Agent Sessions, with guided Connect setup.

Read the full channel docs

Install

Add this channel from eve's registry to create a Vercel Connect client, route verified Agent Session events, and write agent/channels/linear.ts:

bash
eve add channel/linear-agent

Quick start

The guided setup writes agent/channels/linear.ts:

ts
// agent/channels/linear.tsimport { connectLinearCredentials } from "@vercel/connect/eve";import { linearChannel } from "eve/channels/linear";
export default linearChannel({  credentials: connectLinearCredentials("linear/my-agent"),});

Configure

Sign in to Vercel, then let the guided flow create or link a project, provision the Linear app, and attach its verified AgentSessionEvent trigger to /eve/v1/linear. Deploy, install the app in your Linear workspace from Vercel Connect, then delegate an issue or mention the agent. See the Linear channel docs for Agent Activity behavior.