All integrations

GitHub

Channel

Drive your agent from issues, pull requests, and comments, with guided Connect setup.

Read the full channel docs

Install

Add this channel from eve's registry to create a Vercel Connect GitHub App, route verified webhooks, and write agent/channels/github.ts:

bash
eve add channel/github

Quick start

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

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

Configure

Sign in to Vercel, then let the guided flow create or link a project, provision the GitHub App, and attach its verified webhook trigger to /eve/v1/github. Deploy, install the app from Vercel Connect, then add its @handle invocation token to a new issue, pull request, or review comment. GitHub may not autocomplete or render the token as a linked mention. See the GitHub channel docs for permissions and events.