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

Developer tools

API Playground

OpenAI-compatible gateway at https://api.circuitnotion.com/v1. Need a key or credits first? Create a key or top up.

Testing ground

Try the API with your key

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 with speed-focused routing.
Get API keyAdd credits

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.