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

# Versioning

The current version is **v1**, and it is the only version. This documentation
describes it.

```txt theme={null}
https://api.zenamu.com/v1
```

The version is explicit in the URL path. There is no negotiation through headers
or query parameters, and no date-pinned version.

## What can change within v1

Zenamu adds fields to existing responses without a new version. Parse responses
so that an unknown field is ignored rather than fatal, and never assume the key
set is fixed.

Fields marked deprecated keep working. `bundles.entries` on the
[Client](/api/objects/client) object is the current example: it is superseded by
`passBalances` but still populated for existing integrations.
