00 / INDEXKigali · Rwanda

CircuitNotion — Developer Infrastructure

One OpenAI-compatible key reaches every model we route, a Kinyarwanda-capable assistant, and the coding agents you already use. No gatekeeping, no opaque limits.

Your trusted partner for building with AI

POST /v1/chat/completionsLive
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"}]}'

/v1

API surface

5

Routed providers

RWF

Credit currency

Kigali

Built in

01Getting startedVideo walkthrough

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

02Coding agents

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.

Windows · macOS · LinuxStart with kimi-k3

Before you start

  1. Create an API key on the Developer Platform and store the cn_… secret.
  2. Fund your wallet on the Developer Platform (Pricing & credits).
  3. Use the correct base URL for each agent protocol (see below).

Claude Code

https://api.circuitnotion.com

Anthropic Messages — no trailing /v1

Cline & Hermes

https://api.circuitnotion.com/v1

OpenAI Compatible — include /v1

Cline (or Roo Code)

Recommended

On Windows, install Node.js and npm first, then npm install -g cline. Point Cline at an OpenAI-compatible provider.

1) Node, npm, then Cline (PowerShell)
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 settings

Provider

OpenAI Compatible / Custom OpenAI

Base URL

https://api.circuitnotion.com/v1

API key

cn_YOUR_KEY

Model

kimi-k3

Streaming & tools

Enabled

2) Quick reference + change later
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

Full setup on Platform
03Live platform

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 platform
04Testing ground

Paste 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.

Displayed as $CIRCUITNOTION_API_KEY · kept in this tab only

Paste key to load live models
Recommended everyday alias optimized for speed.

Successful replies are billed like any other chat completion (capped at 512 output tokens here).

Example (key hashed)
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.

05Grow together

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.

1. Fund your wallet

Pay with Mobile Money or card on the platform. Credits land on your API wallet for chat, agents, and embeddings.

Top up on Platform

2. Share your referral link

Pay dashboard shows a link like https://payment.circuitnotion.com/pay?service=api-credits&ref=CNU-…. Friends authenticate, top up, and you earn 10%.

Open Pay dashboard

3. Or gift credits

Enter their CNU-… ID and amount in RWF to send from your wallet — teammates, workshops, or one-off support.

Gift credits

Top up at platform.circuitnotion.com · Pricing & credits · 10% referral bonus via your share link

06Quickstart

Operational order for the CircuitNotion AI API — fund, authenticate, then call the live catalog.

Step 1

Add credits

Fund your RWF wallet on the Developer Platform (MoMo or card) before production traffic.

Add credits

Step 2

Create an API key

Generate a server-side key on the Developer Platform. Copy it once.

Get API key

Step 3

Send a request

Use the OpenAI SDK with the CircuitNotion base URL and a live model ID.

View quickstart
07Platform

An OpenAI-compatible surface that routes to CircuitNotion, OpenAI, DeepSeek, Anthropic, and Moonshot from a single credential.

Circuit Developer API

Liveapi.circuitnotion.com/v1

  • OpenAI SDK compatible — point base_url at CircuitNotion.
  • Route to CircuitNotion, OpenAI, DeepSeek, Anthropic, and Moonshot models from one key.
  • HTTP 402 when credits run out — add funds before production traffic.

Model catalog

Query /v1/models for live availability and current rates.

Coding agents

Point Claude Code, Cline, or Hermes at the CircuitNotion API.

Usage billing

Track credits and top up on Pricing & credits in the Developer Platform.

API playground

Try a key against a live model before you write any code.

08Products

Kinyarwanda-capable models, an OpenAI-compatible API, and coding-agent support — built for how software actually gets shipped here.

Incuti AI

Kinyarwanda-capable models on the API

Incuti AI is CircuitNotion’s local-language model family, available through the same OpenAI-compatible API as every other model in the catalog — one key, one balance, no separate integration.

Kinyarwanda, English, and French — the same local-language focus.

Browse the model catalog

Deep Learning

Models trained with African datasets and local business contexts.

Agent workflows

Ship AI features with coding agents and OpenAI-compatible SDKs.

Smart Analytics

Turn your data into actionable business insights.

API Platform

Easy-to-use APIs that scale with your business.

09Infrastructure

From language models to developer APIs — the foundation for Rwanda's AI future.

Language AI

AI Models

AI models designed for local-language and business workflows.

OpenAI Compatible

API Gateway

One base URL for chat, tools, embeddings, and coding-agent traffic.

Developer APIs

Developer Platform

Web and API access for developers building with CircuitNotion tools.