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

# Agent Truth API

> Fetch attribution and verification state for an agent.

Use this endpoint to inspect attribution and verification state for an agent.

## Endpoint

```text theme={null}
GET /api/v1/agent-truth/{slug}
```

## Example

```bash theme={null}
curl https://www.zettaai.co/api/v1/agent-truth/aeon \
  -H "Authorization: Bearer zt_live_your_key"
```

## Response may include

* verification status
* wallet attribution
* books eligibility
* confidence labels
* manifest status
* missing evidence
* Luca verdict

## Related

* [Verification Status](/concepts/verification-status)
* [Agent Books API](/build/agent-books-api)
