CircuitNotion logo
CircuitNotion
HomeAPI DocsPlaygroundModelsTools
Developer PlatformCreate API KeyAdd API CreditsGift API CreditsCoding Agents SetupIncuti AI ChatAI AccountingShop PlatformKinyarwanda datasetOpen models (Hugging Face)
CompanySupport
HomeAPI DocsPlaygroundModelsTools
Developer PlatformCreate API KeyAdd API CreditsGift API CreditsCoding Agents SetupIncuti AI ChatAI AccountingShop PlatformKinyarwanda datasetOpen models (Hugging Face)
CompanySupport
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
  • Support

Developers

  • Get API Key
  • Add API Credits
  • API Documentation
  • Models & Pricing
  • Sign In
  • Model Catalog
  • ML Tools
  • Download Nova
  • Coding Agents
  • Incuti AI Chat

Resources

  • Blog
  • FAQ
  • Case Studies
  • Kinyarwanda dataset
  • Hugging Face models
  • Rwanda AI Companies
  • Rwanda AI Community
  • Security
  • Privacy Policy
  • Terms of Service
Payments processed by
DPO Pay

CircuitNotion © 2026

XLinkedInFacebookInstagramTikTokWhatsApp

Coding agents

Coding agents in Rwanda

Nova CLI, Claude Code, Cline, and Hermes — running on one CircuitNotion API key, built and billed from Kigali.

Download NovaSet up an agentGet an API key

AI coding agents changed how software gets written in 2025 — but most of them assume a foreign credit card and a US billing address. CircuitNotion is a Rwanda-based AI company building the developer platform that removes that barrier: one API key, local top-ups, and agents that run on the same infrastructure as the rest of Rwanda’s AI ecosystem.

Why it matters

What a coding agent changes for Rwandan developers

Agents are the current frontier of advanced technology in Rwanda's software sector — here is what actually differs.

Agents work where the code is

A coding agent reads the repository, proposes a plan, edits files, and runs commands in your terminal. That is a different workflow from pasting snippets into a chat window, and it scales to real projects.

Built for local billing

API usage draws on CircuitNotion credits topped up through the local payment platform, so teams in Kigali are not blocked by foreign card or billing-address requirements.

One key, many models

A single CircuitNotion API key routes to CircuitNotion, OpenAI, DeepSeek, Anthropic, and Moonshot models. kimi-k3 is the recommended default for agentic coding.

Read-only mode when you need it

Nova CLI’s plan mode never loads write tools, so you can point an agent at unfamiliar code and get an explanation without risking edits.

Nova CLI

CircuitNotion's terminal coding agent

Published on npm as @circuit-nova/nova-cli. Requires Node.js 22.5 or newer.

Download Nova

Interactive or one-shot

Run nova for a session, or pass a single request and exit — useful in scripts and CI.

Plan mode

nova --plan answers questions about a codebase without ever loading write tools.

Network friendly

nova --doctor probes endpoints so proxy and firewall problems surface immediately.

Compatibility

Agents that work with a CircuitNotion key

AgentProtocol
Nova CLIBuilt by CircuitNotionCircuitNotion Agent
Claude CodeAnthropic Messages
ClineOpenAI Compatible
HermesOpenAI Compatible

Coding agents

Use Nova, Claude Code, Cline & Hermes with CircuitNotion

Start with Nova CLI — CircuitNotion's terminal coding agent — or point Claude Code, Cline, or Hermes at one cn_ API key. Your wallet pays for usage.

Windows · macOS · LinuxNova CLI · v1.0.0Start with kimi-k3
Download Novanpm i -g @circuit-nova/nova-cli

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

Nova CLI

CIRCUITNOTION_API_KEY

Official CircuitNotion agent — npm package

Claude Code

https://api.circuitnotion.com

Anthropic Messages — no trailing /v1

Cline & Hermes

https://api.circuitnotion.com/v1

OpenAI Compatible — include /v1

Nova CLI — CircuitNotion's coding agent

Terminal agent from @circuit-nova/nova-cli. Runs against your working tree (or an isolated sandbox). Needs Node.js 22.5+ and a cn_… key via CIRCUITNOTION_API_KEY.

1) Install
1# Requires Node.js 22.5+ (node --version) 2npm install -g @circuit-nova/nova-cli 3nova --version # 1.0.0+ 4 5# Or try once without installing: 6# npx @circuit-nova/nova-cli@latest --version 7 8# Also: pnpm add -g / yarn global add / bun add -g @circuit-nova/nova-cli
2) Configure provider
1# Point Nova at CircuitNotion (env overrides saved settings) 2export CIRCUITNOTION_API_KEY=cn_YOUR_KEY 3 4# Interactive config (arrow keys / numbers; secrets are masked) 5nova settings 6 7# Confirm the provider is detected 8nova --providers 9 10# Optional: E2B_API_KEY for --sandbox, EXA_API_KEY for web_search
3) First run & verify
1cd your-project 2nova # interactive session 3nova "Fix the failing test in src/parser.ts" # one request, then exit 4nova --plan "how does auth work here?" # read-only: write tools never load 5 6# Health checks 7nova --doctor # probe endpoints (proxy / firewall friendly) 8nova history status # native SQLite index, or portable fallback
  • • Update later: nova update (or nova update --yes in CI).
  • • Optional: E2B_API_KEY for --sandbox, EXA_API_KEY for web search.
  • • Network issues? Run nova --doctor — it names the blocked endpoint.

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

Full setup on Platform

FAQ

Common questions about coding agents in Rwanda

What is a coding agent?+

A coding agent is an AI tool that reads your codebase, plans a change, edits files, and runs commands — rather than only answering questions in a chat window. It works inside your terminal or editor, so it can see the project as it actually is.

Which coding agents work with CircuitNotion?+

Nova CLI is CircuitNotion’s own terminal coding agent. Claude Code works through the Anthropic Messages protocol, and Cline and Hermes work through the OpenAI-compatible endpoint. All four authenticate with a single CircuitNotion API key.

What is Nova CLI?+

Nova CLI is a terminal coding agent published as @circuit-nova/nova-cli on npm. It requires Node.js 22.5 or newer, is configured with the CIRCUITNOTION_API_KEY environment variable, and includes a read-only plan mode, a sandbox mode, and a --doctor health check for restricted networks.

Can developers in Rwanda pay for AI coding agents locally?+

Yes. CircuitNotion bills API usage in credits that can be topped up through the CircuitNotion payment platform, so Rwandan developers and teams do not need a foreign card or a foreign billing address to use coding agents.

Do I need a different API key for each agent?+

No. One CircuitNotion API key works across Nova CLI, Claude Code, Cline, and Hermes, and the usage from all of them draws on the same credit balance.

Which model should I use for agentic coding?+

kimi-k3 is the recommended default for agentic coding work. You can list every model available to your key with a GET request to https://api.circuitnotion.com/v1/models.

Start with one API key

Create a key on the developer platform, add credits, and point any supported agent at CircuitNotion.

Get an API keyDownload NovaRead the API docsBrowse models