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

# AGENTS

# docs

Mintlify docs site (`docs.json` is the navigation config; pages are `.mdx`).

## Last-updated timestamps

`docs.json` enables `metadata.timestamp` globally, so pages show a git-derived
"Last modified" date by default. **Only Documentation-tab pages may show that
date.** When you add a page to any other tab (API Reference, Changelog, or a
new tab), put `timestamp: false` in its frontmatter — Mintlify has no
section-level toggle, so per-page frontmatter is the only override. Never add
`timestamp: true` to make a date visible outside the Documentation tab.

Enforced by the docs unit test (`docs/project.nix` → `tests/check_timestamps.py`),
which runs in the monorepo test suite:

```bash theme={null}
nix build .#docs.unitTest   # from the repo root
nix build ./docs#unitTest   # or through the generated subflake stub
```
