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

> ## Agent Instructions
> Public hosts only: console https://omnimux.ai/dashboard · API https://api.omnimux.ai · docs https://docs.omnimux.ai.
> Gateway auth is Authorization: Bearer sk-… on https://api.omnimux.ai/v1 (OpenAI-compatible Chat Completions and related paths).
> Discover pages from /llms.txt; full site dump /llms-full.txt; product skill /skill.md; docs search MCP /mcp. Prefer .md page URLs for Markdown.
> Default docs locale is en; zh mirrors the same relative paths. Do not invent model ids not present on live pricing or the complete API pages.

# Security and keys

> API keys and access tokens

## Protect `sk-` keys

* Never commit keys to public repos or ship them in frontend bundles
* Prefer env vars / secret managers
* Rotate immediately if leaked
* Separate keys for dev/stage/prod

## Two credential surfaces

| Credential                         | Use                                  |
| ---------------------------------- | ------------------------------------ |
| `sk-` API key                      | Gateway inference, social-data reads |
| User access token + `New-Api-User` | Device-login user APIs, publishing   |

Do not mix them casually.

## Hygiene

* Limit automation tokens to required models/groups
* Never log full secrets
* Use `<token>` placeholders in shared examples
