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):
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:
PR Review Sentinel
Review pull requests against team conventions, flag risky changes, and post structured, actionable feedback.
Browser QA Runner
Walk critical user flows in a real browser, capture evidence, and file reproducible bug reports.
API Contract Guardian
Detect drift between API specs, real behavior, and docs; draft changelogs, migration notes, and fixes.
Competitive Intel Scout
Track competitors' pricing, changelogs, and traffic; report evidence-cited changes since the last check.
Churn Risk Sentinel
Correlate usage drop-off with billing events, remember account history, and propose specific save plays.
Inbound Lead Qualifier
Qualify site visitors conversationally, score fit against your ICP, and hand sales a context-rich lead.
AI Search Visibility Analyst
Measure how your brand appears in AI answers and search, diagnose citation gaps, and prioritize content fixes.
Spend & Subscription Controller
Flag card-spend anomalies, upcoming SaaS renewals, and duplicate subscriptions with owner-ready actions.
Developer Community Manager
Triage community questions, escalate real bugs with reproductions, and turn recurring pain into roadmap signal.
Daily Digest Starter
Weekday 9am UTC: fetch one RSS feed and post a five-item summary to Slack. Demos cron schedules.
Approval Gate Starter
Ask to issue a refund — Slack shows an approval card; the tool runs only after approve. Demos human-in-the-loop.
Webhook Summarizer Starter
POST any text to a custom webhook and get a classified summary in Slack. Demos custom channels.