Back to Learn
Distribution

Eve agent registry

evex is the open registry for Eve agents. Browse the catalog, inspect every file, and install with npx shadcn@latest add @evex/<slug>. Agents enter through a reviewed pull request.

the short version

evex is the open registry for Eve agents. Browse the catalog, inspect every file, and install with npx shadcn@latest add @evex/<slug>.

What it is

An Eve agent registry is a catalog of reusable agents for Vercel's Eve framework. Each agent is source you can read before you install. evex is that registry. There is no upload form: agents enter through a reviewed pull request.

How you install

Run this inside an Eve app:

npx shadcn@latest add @evex/<slug>

The files land in your project. After that, evex is out of the loop.

Where to browse

The live catalog is /agents. How the registry works is in evex documentation.

Decision table

Browse then install

Use when

You want to inspect Eve agent source on /agents before adding it to a project.

Avoid when

You need a hosted runtime or an upload form instead of source files.

Contribute by pull request

Use when

You have an Eve agent package ready for review on evex.

Avoid when

You expect to publish without a reviewed pull request.

Install from the catalog

Open /agents, pick a slug, then run npx shadcn@latest add @evex/<slug> inside your Eve app.

Inspect before install

Read every file on the agent page. Install only after the source matches the job you need.

FAQ

How do agents enter the Eve agent registry?

Through a reviewed pull request. There is no upload form on evex.

What does the install command do?

It writes the agent files into your Eve project with npx shadcn@latest add @evex/<slug>. After that, evex is out of the loop.

Where do I browse the live catalog?

The live catalog is /agents. Registry docs are at /docs.

Related guides

Keep moving through the same decision space.

Browse installable agents