CircuitNotion logo
CircuitNotion
HomeAPI DocsModelsTools
Developer PlatformCreate API KeyAdd API CreditsCoding Agents SetupIncuti AI ChatIoT PlatformDashboardAI AccountingShop PlatformKinyarwanda datasetOpen models (Hugging Face)
Company
HomeAPI DocsModelsTools
Developer PlatformCreate API KeyAdd API CreditsCoding Agents SetupIncuti AI ChatIoT PlatformDashboardAI AccountingShop PlatformKinyarwanda datasetOpen models (Hugging Face)
Company
Get API KeyAdd CreditsAPI Documentation

Developer API

OpenAI-compatible · fund credits → create key → send request

https://api.circuitnotion.com/v1
Live
Get API KeyAdd CreditsAPI Docs

Company

  • About Us
  • Our Story
  • Careers
  • Contact Us

Developers

  • Get API Key
  • Add API Credits
  • API Documentation
  • Models & Pricing
  • Sign In
  • Model Catalog
  • ML Tools
  • IoT Documentation
  • IoT Platform
  • Incuti AI Chat

Resources

  • Blog
  • FAQ
  • Case Studies
  • Kinyarwanda dataset (open source)
  • Open Kinyarwanda models (Hugging Face)
  • Jobs
  • Rwanda AI Companies
  • Rwanda AI Community (WhatsApp)
  • Security
  • Privacy Policy
  • Terms of Service
Payments processed by
DPO Pay

CircuitNotion © 2026

Live APIOpenAI-compatible · Kigali

One API for CircuitNotion, OpenAI, DeepSeek, Anthropic & Moonshot

Fund credits, create a server-side API key, pick a model, and send your first request. Built in Rwanda for developers shipping AI features.

Get API KeyAdd CreditsAPI Docs

Developer API

https://api.circuitnotion.com/v1
Live
First request
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"}]}'

Chat with Incuti

Sign in on chat.circuitnotion.com to ask Incuti

Your trusted partner for building with AI.

Coding agents

Use Claude Code, Cline & Hermes with CircuitNotion

Point your agent at CircuitNotion with one cn_ API key. Your wallet pays for usage — no separate OpenAI or Anthropic subscription in the agent.

Same cn_ keyStart with circuit-2-turbo

Before you start

  1. Create an API key on the Developer Platform and store the cn_… secret.
  2. Fund your wallet at payment.circuitnotion.com.
  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

Bind Claude Code

Claude Code uses Anthropic's /v1/messages protocol. Set ANTHROPIC_BASE_URL to https://api.circuitnotion.com — not https://api.circuitnotion.com/v1.

~/.claude/settings.json
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 15claude
  • • Recommended model: circuit-2-turbo
  • • Auth conflict? Run claude /logout and keep only your cn_… token.

402 = fund wallet · 429 = rate limit · Live models: GET https://api.circuitnotion.com/v1/models

Full setup on Platform

Quickstart

Ship in three steps

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

Step 1

Add credits

Fund your wallet on the Payment Dashboard 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
01

API Platform

OpenAI-compatible developer access

One base URL, server-side keys, live model catalog, and credit-based billing.

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.
Get API KeyRead docs

Model catalog

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

IoT tools

Connected-device workflows alongside your API integrations.

Usage billing

Track credits and transactions on the Payment Dashboard.

Incuti AI

Chat product for local-language use cases — separate from API keys.

02

Products

AI beyond the API

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?

Try Incuti AI

Deep Learning

Models trained with African datasets and local business contexts.

IoT Edge

Monitor and manage supported devices through connected-system workflows.

Smart Analytics

Turn your data into actionable business insights.

API Platform

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

03

Infrastructure

Powering African innovation

From machine learning to IoT ecosystems — the foundation for Rwanda's AI future.

Language AI

AI Models

AI models designed for local-language and business workflows.

Connected Systems

IoT Infrastructure

Tools for connected-device telemetry, monitoring, and management workflows.

Developer APIs

Developer Platform

Web and API access for developers building with CircuitNotion tools.

04

Resources

Everything you need to ship

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 Dashboard

Create an API key

Generate a server-side cn_ key. Copy it once.

Open API keys

Model catalog

Router aliases, provider IDs, and GET /v1/models.

Browse models

Coding agents

Claude Code, Cline, and Hermes base URLs.

Agent setup

API documentation

Quickstart, examples, and status codes.

Read docs

Engineering blog

Product updates, events, and community notes.

Read blog

API base URL

https://api.circuitnotion.com/v1
Get API Key