Platform requests
—
0 today
Fund credits, create a server-side API key, pick a model, and send your first request. Built in Rwanda for developers shipping AI features.
Developer API
https://api.circuitnotion.com/v11curl "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"}]}'Sign in on chat.circuitnotion.com to ask Incuti
Your trusted partner for building with AI.
Coding agents
Install on Windows, macOS, or Linux, then point your agent at CircuitNotion with one cn_ API 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
Install the CLI, write settings, then change model/key in settings.json. Base URL must be https://api.circuitnotion.com (no /v1).
1# 1) Install Git for Windows: https://git-scm.com/downloads/win
2# 2) Install Claude Code (PowerShell):
3
4irm https://claude.ai/install.ps1 | iex
5
6# Or: npm install -g @anthropic-ai/claude-code
7claude --version1# %USERPROFILE%\.claude\settings.json
2New-Item -ItemType Directory -Force -Path "$env:USERPROFILE\.claude" | Out-Null
3
4@'
5{
6 "env": {
7 "ANTHROPIC_BASE_URL": "https://api.circuitnotion.com",
8 "ANTHROPIC_AUTH_TOKEN": "cn_YOUR_KEY",
9 "ANTHROPIC_MODEL": "kimi-k3",
10 "ANTHROPIC_SMALL_FAST_MODEL": "kimi-k3"
11 }
12}
13'@ | Set-Content -Path "$env:USERPROFILE\.claude\settings.json" -Encoding utf8
14
15claude /logout
16claude1# Edit settings, then restart claude.
2# Windows: %USERPROFILE%\.claude\settings.json
3# Unix: ~/.claude/settings.json
4# Keep ANTHROPIC_MODEL and ANTHROPIC_SMALL_FAST_MODEL the same (e.g. kimi-k3).kimi-k3ANTHROPIC_MODEL and ANTHROPIC_SMALL_FAST_MODEL identical.claude /logout and keep only your cn_… token.402 = fund wallet · 429 = rate limit · Live models: GET https://api.circuitnotion.com/v1/models
Live platform
Real traffic from the CircuitNotion AI API — 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 platformTesting 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.
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.
Grow together
Share your personal pay link. Friends sign in with CircuitNotion Auth, buy API credits, and you earn 10% of their top-up. You can also gift credits with a CNU-… payment ID.
Pay with Mobile Money or card. Credits land on your API wallet for chat, agents, and embeddings.
Top up creditsDashboard shows a link like /pay?service=api-credits&ref=CNU-…. Auth happens first; the referral code is kept through login into checkout.
Enter their CNU-… ID and amount in RWF to send from your wallet — teammates, workshops, or one-off support.
Payments at payment.circuitnotion.com · 10% referral bonus on successful API credit purchases via your link
Quickstart
Operational order for the CircuitNotion AI API — fund, authenticate, then call the live catalog.
Step 1
Fund your wallet on CircuitNotion Pay 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 quickstartAPI Platform
One base URL, server-side keys, live model catalog, and credit-based billing.
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 transactions on the Payment Dashboard.
Chat product for local-language use cases — separate from API keys.
Products
Language models, chat products, and developer tooling from one Rwanda-based team.
Incuti AI
Online · AI model developed in Rwanda
Hello! I'm Incuti AI — designed for African-language and local-context use cases. Ask about automation, data insights, or smart solutions.
How can AI help my business grow in Rwanda?
Models trained with African datasets and local business contexts.
Ship AI features with coding agents and OpenAI-compatible SDKs.
Turn your data into actionable business insights.
Easy-to-use APIs that scale with your business.
Infrastructure
From language models to developer APIs — the foundation for Rwanda's AI future.
AI models designed for local-language and business workflows.
One base URL for chat, tools, embeddings, and coding-agent traffic.
Web and API access for developers building with CircuitNotion tools.
Resources
Jump from this site into keys, credits, models, agents, and docs — without hunting through the platform sidebar.
Add credits
Fund your RWF wallet before production traffic.
Top up on PayGift 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 base URLs.
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