Discover and install eve integrations from the CLI
Eve CLI now lets you discover and install agent integrations directly—treating the agent ecosystem like npm for autonomous systems.

Why it matters
Vercel is shipping package-management-style integration discovery for Eve agents, lowering the friction for practitioners building with agent tooling. This is an infrastructure play that makes agent development faster but doesn't materially shift capability or deployment patterns.
The key facts
11 to knowEve CLI adds registry commands: eve registry list, eve registry search, eve registry view
Integrations can come from official eve catalog or third-party sources with namespace and URL template
Integrations write files directly into projects and can add tools, channels, or full extensions
Third-party registry support uses shadcn registry format for compatibility
Feature allows pass-through installation from direct integration URLs without registry config
eve CLI now supports `eve registry list`, `eve registry search`, and `eve registry view` commands
Integrations can be sourced from official eve catalog, third-party registries, or direct URLs
Third-party registries use shadcn registry format, enabling ecosystem growth
Integrations write directly into project; can add tools, channels, extensions, and dependencies
Users can inspect integrations before install and review diffs before running agents
Vercel positioning eve as a full agent development platform with package-management paradigm
Go to the source
Vercel Blogvercel.com
Publisher excerpt: You can now discover and install integrations for agents directly from the eve CLI. Integrations come from the official eve catalog and third-party sources.eve Run from your eve project to install an integration:eve add Integrations write their files directly into your project and can add anything…
