# 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.

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](/agents). How the registry works is in [evex documentation](/docs).

## Decision table

| Choice | Use when | Avoid when |
| --- | --- | --- |
| Browse then install | You want to inspect Eve agent source on /agents before adding it to a project. | You need a hosted runtime or an upload form instead of source files. |
| Contribute by pull request | You have an Eve agent package ready for review on evex. | You expect to publish without a reviewed pull request. |

## Examples

### Install from the catalog

Open [/agents](/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](/agents). Registry docs are at [/docs](/docs).

---

- Published: 2026-09-01
- Updated: 2026-09-01
- Web page: https://www.evex.sh/learn/eve-agent-registry
- This document: https://www.evex.sh/learn/eve-agent-registry.md
- All guides: https://www.evex.sh/learn
