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 asprovider/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:5. Ground it in your own knowledge
knowledge_search tool into an agent and it will retrieve grounded
context at run time. See Knowledge.

