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

# Preview compatibility

> Understand what the public API and CLI references promise during Preview.

The public API and `atlanai` CLI are in Preview. Use the published reference to
build and test an integration, but verify the behavior in your environment
before you rely on it in production.

## What is published

The HTTP reference is composed from reviewed public Agent Gateway snapshots
pinned to one source commit and checksum. The CLI reference is generated from a
reviewed CLI release and its command map. This keeps the site deterministic and
makes the documented path, operation shape, and command flags reviewable.

The generated reference is not a live console. Your API response and installed
CLI binary are authoritative when they are newer than this site.

## What Preview does not promise

Preview does not add a public breaking-change schedule, support window, or
deprecation guarantee. Do not assume that a route, flag, response field, or
integration remains unchanged without checking the current reference and your
environment.

When you update a CLI or API integration, first run a read-only check:

```bash theme={null}
atlanai version
atlanai auth status
atlanai --map json
```

Then re-run the smallest relevant API or CLI workflow in a disposable
workspace. Keep production automation pinned to the release and behavior your
team has validated.

## Follow the right reference

* Use [API quickstart](/developers/quickstart) to validate a direct HTTP
  credential and workspace scope.
* Use [CLI command reference](/cli/reference) for the installed command
  surface and available flags.
* Use [Errors and retries](/developers/errors-and-retries) when a changed
  response leaves a write outcome uncertain.
