Eve Directory
Integrations

Integrations

How Eve Directory labels channels and connections on agent listings — and where to read official setup docs.

On listings, integrations are short slugs (for example slack, github, linear) for channels and connections the agent is built around. They power /integrations/[name] filters and chips on cards.

Official recipes

Eve publishes install/quick-start recipes for first-party channels and connections at eve.dev/integrations. Deep docs live under Channels and Connections.

Typical channel file (from Eve’s docs style):

agent/channels/slack.ts
import { connectSlackCredentials } from "@vercel/connect/eve";
import { slackChannel } from "eve/channels/slack";

export default slackChannel({
  credentials: connectSlackCredentials("slack/my-agent"),
});

On this site

  • Browse the integrations directory or open /integrations/<name> for setup context + matching agents
  • Full framework setup always links out to Eve — we do not fork those docs

Agents using Slack

Live catalog cards for the slack integration:

Engineering

PR Review Sentinel

Review pull requests against team conventions, flag risky changes, and post structured, actionable feedback.

+1
QA

Browser QA Runner

Walk critical user flows in a real browser, capture evidence, and file reproducible bug reports.

+1
Engineering

API Contract Guardian

Detect drift between API specs, real behavior, and docs; draft changelogs, migration notes, and fixes.

Research

Competitive Intel Scout

Track competitors' pricing, changelogs, and traffic; report evidence-cited changes since the last check.

+1
Customer Success

Churn Risk Sentinel

Correlate usage drop-off with billing events, remember account history, and propose specific save plays.

+1
Sales

Inbound Lead Qualifier

Qualify site visitors conversationally, score fit against your ICP, and hand sales a context-rich lead.

+1
Marketing

AI Search Visibility Analyst

Measure how your brand appears in AI answers and search, diagnose citation gaps, and prioritize content fixes.

+1
Finance

Spend & Subscription Controller

Flag card-spend anomalies, upcoming SaaS renewals, and duplicate subscriptions with owner-ready actions.

Community

Developer Community Manager

Triage community questions, escalate real bugs with reproductions, and turn recurring pain into roadmap signal.

+1
Starters

Daily Digest Starter

Weekday 9am UTC: fetch one RSS feed and post a five-item summary to Slack. Demos cron schedules.

Starters

Approval Gate Starter

Refunds always need Slack approval; service restarts use once(). Tool bodies log only — swap in real actions.

Starters

Webhook Summarizer Starter

POST any text to a custom webhook and get a classified summary in Slack. Demos custom channels.

On this page