Platform requests
—
0 today
CircuitNotion, from Kigali
Buy credits with Mobile Money, in francs, without needing a foreign card. One key then reaches every model we route — including one that speaks Kinyarwanda — and the coding agents you already use. You pay for the calls you make, and whatever you don’t spend stays yours.
“CircuitNotion Ltd, your trusted partner.”
1curl "https://api.circuitnotion.com/v1/chat/completions" \
2 -H "Authorization: Bearer $CIRCUITNOTION_API_KEY" \
3 -H "Content-Type: application/json" \
4 -d '{"model":"circuit-2-turbo","messages":[{"role":"user","content":"Hello"}]}'0
Monthly fee
5
Providers, one key
RWF
What you pay in
MoMo
How you top up
No subscription, no monthly minimum, and no expiry date on credits you have already bought. It is an OpenAI-compatible API, so most code that already talks to OpenAI works by changing one line.
A short walkthrough of the platform — opening an account, buying credits with Mobile Money, and pointing a single key at OpenAI, Claude, DeepSeek, and the rest of the catalog. Everything further down this page assumes you have been through it.
Trouble with the player? Watch it on YouTube
We recommend Cline — it speaks the OpenAI-compatible protocol this API is native to, so it needs a base URL and a key and nothing else. Claude Code and Hermes work on the same cn_ key. Your wallet pays for usage.
cn_… secret.Claude Code
https://api.circuitnotion.comAnthropic Messages — no trailing /v1
Cline & Hermes
https://api.circuitnotion.com/v1OpenAI Compatible — include /v1
On Windows, install Node.js and npm first, then npm install -g cline. Point Cline at an OpenAI-compatible provider.
1# First: Node.js LTS and npm (PowerShell), if not already installed
2winget install OpenJS.NodeJS.LTS
3
4# Restart PowerShell, then verify:
5node -v; npm -v
6
7# Install Cline
8npm install -g cline
9
10# Optional: VS Code or Cursor → Extensions → search "Cline" → Install
11# Open Cline sidebar → API / Provider settingsProvider
OpenAI Compatible / Custom OpenAI
Base URL
https://api.circuitnotion.com/v1
API key
cn_YOUR_KEY
Model
kimi-k3
Streaming & tools
Enabled
| Setting | Value |
|---|---|
| Provider | OpenAI Compatible / Custom OpenAI |
| Base URL | https://api.circuitnotion.com/v1 |
| API key | cn_YOUR_KEY |
| Model | kimi-k3 |
| Streaming & tools | Enabled |
1Provider: OpenAI Compatible (or Custom OpenAI)
2Base URL: https://api.circuitnotion.com/v1
3API Key: cn_YOUR_KEY
4Model: kimi-k3
5Streaming: enabled
6Tools / function calling: enabled
7
8# Change later in Cline settings; start a new task after switching models.402 = fund wallet · 429 = rate limit · Live models: GET https://api.circuitnotion.com/v1/models
The same counters shown on the developer platform (GET /v1/stats).
Platform requests
—
0 today
Tokens processed
—
0 today
Live today
—
API completions recorded
Source: https://api.circuitnotion.com/v1/stats
Open developer platformPaste an API key — we load models from GET /v1/models (same catalog Cline uses), then you can run a live chat completion against your wallet.
1curl "https://api.circuitnotion.com/v1/chat/completions" \
2 -H "Authorization: Bearer $CIRCUITNOTION_API_KEY" \
3 -H "Content-Type: application/json" \
4 -d '{"model":"circuit-2-turbo","messages":[{"role":"user","content":"Say hello in one short sentence."}]}'Response
Run a request to see the assistant reply, model, and token usage.
Top up on the Developer Platform. Share a referral pay link so friends buy credits and you earn 10%. You can also gift credits with a CNU-… payment ID.
Pay with Mobile Money or card on the platform. Credits land on your API wallet for chat, agents, and embeddings.
Top up on PlatformPay dashboard shows a link like https://payment.circuitnotion.com/pay?service=api-credits&ref=CNU-…. Friends authenticate, top up, and you earn 10%.
Enter their CNU-… ID and amount in RWF to send from your wallet — teammates, workshops, or one-off support.
Top up at platform.circuitnotion.com · Pricing & credits · 10% referral bonus via your share link
Operational order for the CircuitNotion AI API — fund, authenticate, then call the live catalog.
Step 1
Fund your RWF wallet on the Developer Platform (MoMo or card) before production traffic.
Add creditsStep 2
Generate a server-side key on the Developer Platform. Copy it once.
Get API keyStep 3
Use the OpenAI SDK with the CircuitNotion base URL and a live model ID.
View quickstartAn OpenAI-compatible surface that routes to CircuitNotion, OpenAI, DeepSeek, Anthropic, and Moonshot from a single credential.
Circuit Developer API
Liveapi.circuitnotion.com/v1
base_url at CircuitNotion.Query /v1/models for live availability and current rates.
Point Claude Code, Cline, or Hermes at the CircuitNotion API.
Track credits and top up on Pricing & credits in the Developer Platform.
Try a key against a live model before you write any code.
Top up in RWF with Mobile Money or card, spend against the balance as you call the API, and keep whatever you have not used.
How billing works
One wallet, one balance, no plan
There is no monthly plan to pick and no seat to pay for. You fund an RWF wallet, every API call draws down the balance at the model’s published rate, and the remainder stays where it is until you spend it.
When the balance reaches zero the API returns HTTP 402 rather than an overage charge — you top up when you choose to.
Top up with MTN or Airtel Mobile Money, or a card, in RWF — no foreign card or billing address required.
Billed per request against your balance. No monthly minimum to burn through and nothing to cancel.
Credits sit in the wallet until you spend them. A quiet month costs you nothing.
Provider usage plus a flat 15% platform and routing fee. The rate is published in the docs.
Four things sit behind one credential and one balance — the model family, the routing gateway, the desktop app, and the platform where you manage them.
Our model family, capable in Kinyarwanda, English, and French — reached through the same API as everything else.
One base URL for chat, tools, embeddings, and coding-agent traffic.
A desktop assistant that opens a folder on your computer and does the work in it — for Windows, Linux, and Mac, paid from the same credits.
Where you top up the wallet, mint keys, and watch spend against your balance.
Jump straight into keys, credits, models, agents, and docs — without hunting through the platform sidebar.
Add credits
Fund your RWF wallet on the Developer Platform before production traffic.
Top up on PlatformGift credits
Share your CNU-… ID or send RWF to another developer.
Open gift dashboardCreate an API key
Generate a server-side cn_ key. Copy it once.
Open API keysModel catalog
Router aliases, provider IDs, and GET /v1/models.
Browse modelsCoding agents
Claude Code, Cline, and Hermes.
Agent setupAPI documentation
Quickstart, examples, and status codes.
Read docsEngineering blog
Product updates, events, and community notes.
Read blogAPI base URL
https://api.circuitnotion.com/v1