For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
OverviewCodaControlAPI ReferenceChangelog
OverviewCodaControlAPI ReferenceChangelog
  • Getting Started
    • Overview
    • Quickstart
  • MCP
    • MCP Integration
  • Capabilities
    • Simulation
    • Transpilation
    • QPU Submission
    • Agents
  • Node
    • Overview
    • Integration Guide
    • Protocol
    • QubiC Example
LogoLogo
On this page
  • Capabilities
  • Getting started
  • API access
Getting Started

Coda Overview

Natural language interface for writing and running quantum algorithms on real quantum computers.
Was this page helpful?
Built with

Coda is Conductor Quantum’s natural language interface for quantum computing. Use AI agents to write quantum algorithms, run them on real quantum hardware, and get results back - all through a REST API and MCP integration.

Capabilities

  • Write algorithms with AI agents that generate, validate, and optimise quantum circuits from natural language
  • Run on QPU: submit circuits to real quantum hardware
  • Simulate quantum circuits on CPU or GPU backends
  • Transpile between quantum frameworks (Qiskit, Cirq, PennyLane, Braket, PyQuil, CUDA-Q, OpenQASM)
  • MCP: use Coda from Claude Desktop, Cursor, and other MCP clients

Getting started

  1. Sign up for a Coda account
  2. Generate an API key from the dashboard
  3. Follow the Quickstart guide

API access

All capabilities are accessible through the Coda REST API. See the Coda API Reference for endpoint documentation.