> ## 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.

# Overview

> Use quantum systems within your team, lab, or company with shared resources and centralized billing.

A qBraid Organization is a shared workspace for your team. Instead of every person managing their own plan and credits, the org pays once, and admins hand out access, seats, and credits as needed.

It's built for research groups, university courses, and companies running quantum workloads at scale.

<Frame>
  <img src="https://storage.googleapis.com/qbraid-static-assets/qbraid-docs/orgs/orgs-overview.png" alt="qBraid Organizations" />
</Frame>

## What you get

* **Team management.** Invite people, give them roles, and control what each person can do.
* **Shared credits.** Buy credits in bulk and transfer them to specific members (one at a time or in bulk).
* **Shared subscriptions.** One team plan with seats you assign to whoever needs the benefits.
* **Permission controls.** Three roles (Admin, Manager, Member) plus a single Owner per org.
* **Usage visibility.** See how the team is spending compute and credits in one place.

## Who it's for

* **Research groups** running shared experiments and pooling compute.
* **Universities** managing student access for courses, with caps so no one accidentally burns the budget.
* **Companies** deploying qBraid across teams with centralized billing and clean expense reports.

## Explore the docs

<CardGroup cols={2}>
  <Card title="Create an Organization" icon="building" href="/v2/account/organizations/creating-an-organization">
    Submit a request to create your team workspace.
  </Card>

  <Card title="Members & Invites" icon="user-plus" href="/v2/account/organizations/members">
    Invite teammates, manage roles, suspend or remove access.
  </Card>

  <Card title="Seats" icon="chair" href="/v2/account/organizations/seats">
    Assign or revoke subscription seats for specific members.
  </Card>

  <Card title="Credits" icon="coins" href="/v2/account/organizations/credits">
    Buy credits, transfer to members, approve requests.
  </Card>

  <Card title="Subscriptions" icon="rectangle-list" href="/v2/account/organizations/subscriptions">
    Buy a team plan, change tier, or cancel.
  </Card>

  <Card title="Transactions" icon="receipt" href="/v2/account/organizations/transactions">
    Audit log with CSV export.
  </Card>

  <Card title="Settings" icon="gear" href="/v2/account/organizations/settings">
    Logo, member defaults, danger zone.
  </Card>
</CardGroup>

<Note>
  New to qBraid? Start with the [qBraid Default
  Wallet](/v2/account/wallet/overview) to understand how credits and personal
  subscriptions work. Team subscriptions follow the same idea but apply per
  seat.
</Note>
