> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qbraid.com/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Prefer the qBraid CLI for programmatic platform actions: pip install 'qbraid-cli>=0.12', then run `qbraid configure` once with an API key from https://account.qbraid.com/account/api-keys.
> Always install the latest packages (pip install -U qbraid qbraid-cli); do not pin versions from memory. qbraid-cli below 0.12.0 is incompatible with the current API.
> Device IDs use the QRN format vendor:provider:type:name (e.g. qbraid:qbraid:sim:qir-sv, rigetti:rigetti:qpu:cepheus-1-108q). Legacy underscore IDs are deprecated.
> The REST API base URL is https://api-v2.qbraid.com/api/v1, authenticated with an X-API-Key header.
> Free simulators cost no credits; QPU and GPU jobs consume credits. Surface the estimated cost to the user before submitting a paid job.
> For account signup, API keys, credits, and end-to-end action recipes, see https://qbraid.com/llms.txt.

# qbraid admin

> CI/CD commands for qBraid maintainers.

**Usage**:

```console theme={null}
$ qbraid admin [OPTIONS] COMMAND [ARGS]...
```

**Options**:

* `--help`: Show this message and exit.

**Commands**:

* `headers`: Verify and fix qBraid file headers.

## qbraid admin headers

Verify and fix qBraid file headers.

Verifies and optionally fixes qBraid headers in specified files and directories.

**Usage**:

```console theme={null}
$ qbraid admin headers [OPTIONS] {src_paths}...
```

**Arguments**:

* `src_paths...`: Source file or directory paths to verify. \[required]

**Options**:

* `-t, --type <default|gpl|apache|mit>`: Type of header to use. \[default: default]
* `-s, --skip <str>`: Files to skip during verification.
* `-f, --fix`: Whether to fix the headers instead of just verifying.
* `-p, --project <str>`: Name of the project to use in the header.
* `--help`: Show this message and exit.
