> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zettaai.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Registry API

> Fetch indexed agent data.

Returns indexed agent data.

## Endpoint

```text theme={null}
GET /api/registry/agents
```

## Example

```bash theme={null}
curl https://www.zettaai.co/api/registry/agents
```

## Response may include

* agent name
* slug
* ecosystem
* verification status
* profile URL
* wallet status
* books status
* metadata quality

## Related

* [Agent Books API](/build/agent-books-api)
* [Agent Truth API](/build/agent-truth-api)
