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
    • API Keys
  • Models
    • Overview
    • Coulomb Blockade
    • Coulomb Diamond
    • Charge Stability Diagram
    • Electron Unload
    • Anticrossing
    • Turn-on
    • Pinch-off
    • Resonator Dip Finder
    • QEC Decoding
  • Agents
    • NVIDIA Ising Calibration
  • Stanza
    • Overview
    • Quickstart
    • Cookbooks
LogoLogo
On this page
  • API Keys
Getting Started

Getting Your API Keys

Was this page helpful?
Built with

API Keys

API keys are used to authenticate your requests to the Conductor Quantum API. Users are limited to 3 tokens per account. They last indefinitely, so we recommend cycling them to stay secure. This can be done by deleting your token and creating a new one.

  1. Sign in: Visit the Conductor Quantum App and log in, or create an account.

  2. Navigate to the API Keys page: Once you’re logged in, click the Tokens tab in the sidebar.

Screenshot of how to display API keys.
  1. Create a new API key: Enter a name for your key and click on the “Create Token” button.
Screenshot of how to create an API key.
Create a new API key
  1. Copy your API key: Once you’ve created your key, you’ll see a screen with your key displayed. Click on the “Copy” button to copy your key to your clipboard. This is the only time you will see it, so make sure to save it.
Screenshot of how to copy your API key.
Copy your API key
  1. Use your API key: You can now use your API key to authenticate your requests to the Conductor Quantum API.

Remember, your API key is your access secret - keep it safe with environment variables. You may want to store it in a .env file and load it at runtime with the python-dotenv package so the SDK can read your credentials securely; this way you never hardcode the token or check it into source control.