---
title: Linear Agent
description: Delegate Linear issues and comments through Agent Sessions, with guided Connect setup.
type: channel
keywords:
  - issues
  - comments
  - agent sessions
  - developer preview
  - webhook
---

# Linear Agent

Channel integration for eve. Delegate Linear issues and comments through Agent Sessions, with guided Connect setup.

## 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.ts
import { 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](/docs/channels/linear) for Agent Activity behavior.

[Read the full channel documentation](/docs/channels/linear)

---

For a semantic overview of all documentation, see [/sitemap.md](/sitemap.md)

For an index of all available documentation, see [/llms.txt](/llms.txt)

For agent-facing discovery, including API and MCP surfaces, see [/agents.md](/agents.md)