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). Agents reference models as provider/model, for example openrouter/gpt-4o-mini.

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.