Overview
Universal command line interface for interacting with all parts of the qBraid platform.
The qBraid CLI is a versatile command-line interface tool designed for seamless interaction with qBraid cloud services and quantum software management tools.Initially exclusive to the qBraid Lab platform, the CLI now supports local installations as well. This enhancement broadens access to features like qBraid Quantum Jobs, enabling direct access to QPU devices from leading providers like IonQ, Oxford Quantum Circuits, QuEra, Rigetti, and IQM, as well as on-demand simulators from qBraid and AWS, all using qBraid credits, with no additional access keys required.
Getting Started
The qBraid-CLI comes pre-installed and pre-configured in qBraid Lab:
For help, see qBraid Lab User Guide: Getting Started.
Local Setup
If you prefer to use qBraid-CLI on your local machine, you can install it from PyPI with:
To manage qBraid environments using the CLI, you must also install the envs
extra:
After installation, you must configure your account credentials to use the CLI locally:
- Create a qBraid account or log in to your existing account by visiting account.qbraid.com
- Copy your API Key token from the left side of your account page:
- Save your API key from step 2 in local configuration file
~/.qbraid/qbraidrc
using:
Basic Commands
A qBraid CLI command has the following structure:
For example, to list installed environments, the command would be:
To view help documentation, use one of the following:
For example:
To get the version of the qBraid CLI: