GETTING STARTED
Quickstart
From zero to a shipping interface in three steps.
Generate your API key
Sign in to the client console and generate a key from the API Keys page. Keys are shown once at creation and scoped to your workspace.
sk-achoo-…
Point your workspace at the gateway
Set the base URL and model in any IDE, ADE, CLI tool or agent framework that supports a custom OpenAI-compatible endpoint.
OPENAI_BASE_URL=https://gateway.achoo.dev/v1 OPENAI_MODEL=achoo-001
Run your first prompt
Describe the interface you want — Achoo executes on your intent and ships a production-ready UI on the first try.
curl https://127.0.0.1:8000/v1/models
$ curl https://gateway.achoo.dev/v1/models
Verify connectivity before your first run. Your key is generated in the client console in under 10 seconds.