Tool integrations — connect your coding agents to Velqa, pay in dirhams (MAD)
Velqa exposes an OpenAI-compatible API, so any OpenAI-compatible client (opencode, Cline, Roo Code, Kilo Code, Continue…) works with no plugin: you just change the base_url and the key. All payable in Moroccan dirhams, with no international Visa card.
The idea: one base_url + one key
Most agentic tools already know how to talk to an OpenAI-compatible API. You only need three values:
| Setting | Value |
|---|---|
| Base URL | https://api.velqa.dev/v1 |
| API key | sk-... (created in the dashboard) |
| Model ID | an identifier from the velqa.dev/models list, e.g. kimi-k2.6 |
Note: some guides below use
https://api.velqa.dev/v1as the base URL — both point to the same OpenAI-compatible gateway. Use exactly the value shown in your tool's guide.
For Claude Code, Velqa additionally exposes an Anthropic-compatible endpoint (/v1/messages) at https://api.velqa.dev: Claude Code then works natively, with no local proxy.
Per-tool guides
| Tool | Type | Guide |
|---|---|---|
| opencode | CLI, OpenAI-compatible | opencode |
| Claude Code | CLI, Anthropic-compatible | Claude Code |
| Cline | VS Code extension, OpenAI-compatible | Cline |
| Roo Code | VS Code extension, OpenAI-compatible | Roo Code |
| Kilo Code | VS Code extension, OpenAI-compatible | Kilo Code |
| Continue | VS Code / JetBrains extension, OpenAI-compatible | Continue |
Each guide gives the exact configuration (file paths, UI fields), the per-model context window values and an end-to-end test.
One-click config snippets
The Integrations page in your dashboard generates a ready-to-paste config snippet for each tool, and lets you create a named key per tool (one key per machine or per project, revocable independently). It's the fastest way to get started without copying values by hand.
Going further
- Quickstart — create an account, get a first key, make your first call
- API keys — create, name and revoke your keys
- Models and pricing — model identifiers and prices in MAD per million tokens
