Step 1
Add credits
Fund your wallet on the Payment Dashboard before production traffic.
Add creditsFund 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
Point your agent at CircuitNotion with one cn_ API key. Your wallet pays for usage — no separate OpenAI or Anthropic subscription in the agent.
cn_… secret.Claude Code
https://api.circuitnotion.comAnthropic Messages — no trailing /v1
Cline & Hermes
https://api.circuitnotion.com/v1OpenAI Compatible — include /v1
Claude Code uses Anthropic's /v1/messages protocol. Set ANTHROPIC_BASE_URL to https://api.circuitnotion.com — not https://api.circuitnotion.com/v1.
1mkdir -p ~/.claude
2cat > ~/.claude/settings.json <<'EOF'
3{
4 "env": {
5 "ANTHROPIC_BASE_URL": "https://api.circuitnotion.com",
6 "ANTHROPIC_AUTH_TOKEN": "cn_YOUR_KEY",
7 "ANTHROPIC_MODEL": "circuit-2-turbo",
8 "ANTHROPIC_SMALL_FAST_MODEL": "circuit-2-turbo"
9 }
10}
11EOF
12
13# If Claude Code previously logged into Anthropic, clear that key:
14claude /logout
15claudecircuit-2-turboclaude /logout and keep only your cn_… token.402 = fund wallet · 429 = rate limit · Live models: GET https://api.circuitnotion.com/v1/models
Quickstart
Operational order for the CircuitNotion AI API — fund, authenticate, then call the live catalog.
Step 1
Fund your wallet on the Payment Dashboard 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.
Connected-device workflows alongside your API integrations.
Track credits and transactions on the Payment Dashboard.
Chat product for local-language use cases — separate from API keys.
Products
Language models, automation, and connected systems 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.
Monitor and manage supported devices through connected-system workflows.
Turn your data into actionable business insights.
Easy-to-use APIs that scale with your business.
Infrastructure
From machine learning to IoT ecosystems — the foundation for Rwanda's AI future.
AI models designed for local-language and business workflows.
Tools for connected-device telemetry, monitoring, and management workflows.
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.
Payment 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