Documentation
Build with Verboo Code
Everything you need to use the agent in the terminal or connect your models to OpenAI-compatible tools.
On this page
Start in minutes
Install the CLI, sign in with your Verboo account, and open a session inside any project.
npm install -g @verboo/code
verbooChoose your path
Follow the guide that best fits your workflow.
Quickstart
Install the CLI, authenticate, and make your first call.
CLI reference
Essential commands for sessions, models, and diagnostics.
API reference
Make requests and browse published models.
Use in Cursor
Connect the Verboo Code endpoint to Cursor chat.
Use in OpenClaw
Add Verboo Code as an OpenAI-compatible provider.
Use in Hermes
Configure Hermes with an OpenAI-compatible endpoint.
Use the API
The Verboo Code Router is compatible with OpenAI Chat Completions. Create an API key in the dashboard, check the available models, and use the base URL below.
https://code.verboo.ai/routerKeep your API key safe
Store your key in environment variables and never include it in source code, commits, or screenshots.