IonQ · Capability

Quantum Cloud Backends

Quantum Cloud Backends is a Naftiko capability published by IonQ, one of 4 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

quantum-cloud-backends.yaml Raw ↑
apiVersion: naftiko.dev/v1
kind: Capability
metadata:
  name: ionq-quantum-cloud-backends
  provider: ionq
  api: ionq-quantum-cloud-api
  tags:
    - Quantum Computing
    - Backends
    - Characterizations
spec:
  summary: Discover IonQ quantum backends and read calibration characterizations.
  description: |
    List available IonQ backends (simulator, qpu.aria-1, qpu.aria-2, qpu.forte-1,
    qpu.forte-enterprise-1), inspect a backend's queue, qubit count, degraded state, and current
    characterization, and read historical or current characterization snapshots used for the most
    recent calibration.
  baseUrl: https://api.ionq.co/v0.4
  authentication:
    type: apiKey
    in: header
    name: Authorization
    valuePrefix: apiKey
  operations:
    - id: listBackends
      method: GET
      path: /backends
      summary: List Backends
    - id: getBackend
      method: GET
      path: /backends/{backend}
      summary: Get a Backend by Name
    - id: getBackendCharacterizations
      method: GET
      path: /backends/{backend}/characterizations
      summary: List Backend Characterizations
    - id: getBackendCharacterization
      method: GET
      path: /backends/{backend}/characterizations/{UUID}
      summary: Get a Backend Characterization