Skip to main content

1. Connect a model provider

In the app, go to Model Gateway → Providers and connect a provider (OpenRouter, OpenAI, or an OpenAI-compatible endpoint). You bring your own key - model spend bills to it. Agents reference models as provider/model, where the first segment picks the connection and the rest is passed through. An OpenRouter model keeps its own vendor prefix and gains one: openrouter/openai/gpt-4o-mini. See Models & providers.

2. Create an API key

Go to API keys and create one. Keep it safe; it is shown only once.

3. Install the CLI

4. Run an agent

Every new workspace ships an Example assistant. List your agents, then run one:
You will see a live tool-call trace as the agent works, and the run is persisted for later inspection:

5. Ground it in your own knowledge

Wire a knowledge_search tool into an agent and it will retrieve grounded context at run time. See Knowledge.

6. Find out which model to use

Rather than guessing, run the same test cases across several models and compare them on score, latency, and cost:
See Evals.