Agents & Integrations
AI Agents
Because /v1 speaks the OpenAI chat-completions format (see Chat Completions), Draven AI works as a custom model provider in any agent framework or coding tool that accepts a custom OpenAI-compatible endpoint — no Draven-specific SDK needed.
| Setting | Value |
|---|---|
| Base URL | https://api.dravenai.lat/v1 |
| API Key | sk-drv-... |
| Model | your-model-id |
That's the whole pattern — every page in this section is the same three values dropped into a different tool's settings.
Agent frameworks
- OpenClaw — open-source AI gateway that connects LLMs to messaging platforms and real-world actions.
- Hermes Agent — NousResearch's self-hosted agent with an OpenAI-compatible transport.
- Jan AI — local-first desktop AI app with remote model engines.
- Brave Leo — Brave's built-in browser assistant, via Bring Your Own Model.
Coding tools
Not on this list? If a tool has a setting for a custom OpenAI API base URL and key, the same three values above will work — menu wording just varies by tool.