# app.nz > The AI agent cloud. Run autonomous coding agents on your repos, route every major model through one OpenAI-compatible gateway, deploy AI apps and GPU models, and publish sites — all on a single API key. app.nz is OpenAI- and Anthropic-API compatible. Point any OpenAI client at https://app.nz/v1 with your app.nz key and keep your code. Use the model `app/auto` to let the router pick the backend, or pin `provider/model` (e.g. `anthropic/claude`, `openai/gpt`). The same key meters usage across chat, embeddings, images, audio, search, coding agents, and GPU hosting. ## Start here - [Build an agent on app.nz](https://app.nz/llms-full.txt): Read https://app.nz/llms-full.txt and follow it to integrate the gateway, launch a coding agent, and ship a deploy. - [API reference](https://app.nz/docs): Every HTTP endpoint, with curl examples that match production. - [Model gateway](https://app.nz/gateway): One OpenAI-compatible API over 15+ providers, with a live in-browser playground. - [Model directory](https://app.nz/models): Every routable model — pricing, context window, and capabilities. ## Core API - [Chat completions](https://app.nz/v1/chat/completions): OpenAI-compatible chat, streaming + tools. Model `app/auto` or `provider/model`. - [Messages](https://app.nz/v1/messages): Anthropic-compatible messages, supports thinking. - [List models](https://app.nz/v1/models): Routable models and aliases. - [Embeddings](https://app.nz/v1/embeddings), [Images](https://app.nz/v1/images/generations), [Speech](https://app.nz/v1/audio/speech), [Transcriptions](https://app.nz/v1/audio/transcriptions), [Search](https://app.nz/v1/search): same key, same base URL. ## Products - [Coding agents](https://app.nz/agents): Point an agent at a repo and a prompt; it branches, codes, tests, and opens a PR. - [Agents SDK](https://app.nz/agents-sdk): One API over OpenPaths, Devin, Cursor, and Codex Cloud — set `source` to choose who runs the task; every run normalizes into one trace. - [Schedulers](https://app.nz/schedulers): Run coding-agent prompts (and CI-autofix sentinels) on a cron schedule. - [Skills](https://app.nz/skills): Semantically search a library of ready-to-run agent skills. - [Deploys](https://app.nz/deploys) & [Cogs](https://app.nz/cogs): Ship containers to managed CPU/GPU; run any Cog as a scale-to-zero GPU endpoint. - [Sites](https://app.nz/sites): Publish a static site instantly at .app.nz. - [Compute & SSH](https://app.nz/instances): Rent CPU (Hetzner) / GPU (RunPod) machines via `POST /api/instances`, then `app ssh ` straight in — your registered SSH keys are auto-injected. Per-second running cost shows in `app usage`. - [CLI](https://app.nz/cli): `curl -fsSL https://app.nz/cli.sh | sh` — full GitHub-CLI parity plus agents, deploys, and the gateway. ## Optional - [Pricing](https://app.nz/pricing): Usage-based credits (1 credit = $0.001); prepay, pay for what you use. - [Status](https://app.nz/status): Health of the gateway, workers, queues, and deploys. - [Security](https://app.nz/security): How code, agent commands, and secrets stay isolated.