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

# Authentication

> Bearer token authentication with ltx_ API keys.

All authenticated endpoints require:

```
Authorization: Bearer ltx_your_api_key
```

Keys are generated at `POST /v1/register` — they are shown **once** and cannot be retrieved again.

## Key Rotation

Rotate your key with `POST /v1/keys/rotate`. The old key is invalidated immediately.

## Free Tier Limits

Trial tier (**spark**): rolling-30 free floors — **1,000 memory writes**, **50 searches**, **20 browses** (D173/D174). Per-action credits apply after each floor. See `GET /v1/me` → `free_period` for your current snapshot.

Check billing detail at `GET /v1/billing` and usage at `GET /v1/usage`.
