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.
Sign in: Visit the Conductor Quantum App and log in, or create an account.
Navigate to the API Keys page: Once you’re logged in, click the Tokens tab in the sidebar.



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.