Rigetti Computing · Schema

Rigetti QCS Reservation

A time-boxed exclusive access window to a Rigetti quantum processor (QPU) granted to a user or group. Derived from the Rigetti QCS HTTP API reservation surface.

Quantum ComputingSuperconducting QubitsQuantum Cloud ServicesQCSQPUQuilpyQuilNISQFault-Tolerant Quantum ComputingQuantum-Classical HybridPublic Company

Properties

Name Type Description
id string Unique identifier for the reservation.
quantumProcessorId string The QPU this reservation is scoped to (e.g. Aspen-M-3, Ankaa-2, Cepheus-1-108Q).
userId string QCS user that owns the reservation. Mutually exclusive with groupName at the API level (one or the other).
groupName string QCS group the reservation is billed against, if group-scoped.
startTime string ISO-8601 start time.
endTime string ISO-8601 end time.
duration string Duration of the reservation (e.g. PT30M). Computed server-side from start/end.
status string Reservation lifecycle status.
createdTime string
price object Reservation price reference; populated against the user/group's contract pricing.
View JSON Schema on GitHub

JSON Schema

rigetti-reservation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/rigetti/main/json-schema/rigetti-reservation-schema.json",
  "title": "Rigetti QCS Reservation",
  "description": "A time-boxed exclusive access window to a Rigetti quantum processor (QPU) granted to a user or group. Derived from the Rigetti QCS HTTP API reservation surface.",
  "type": "object",
  "required": ["id", "quantumProcessorId", "startTime", "endTime"],
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the reservation."
    },
    "quantumProcessorId": {
      "type": "string",
      "description": "The QPU this reservation is scoped to (e.g. Aspen-M-3, Ankaa-2, Cepheus-1-108Q)."
    },
    "userId": {
      "type": "string",
      "description": "QCS user that owns the reservation. Mutually exclusive with groupName at the API level (one or the other)."
    },
    "groupName": {
      "type": "string",
      "description": "QCS group the reservation is billed against, if group-scoped."
    },
    "startTime": {
      "type": "string",
      "format": "date-time",
      "description": "ISO-8601 start time."
    },
    "endTime": {
      "type": "string",
      "format": "date-time",
      "description": "ISO-8601 end time."
    },
    "duration": {
      "type": "string",
      "description": "Duration of the reservation (e.g. PT30M). Computed server-side from start/end."
    },
    "status": {
      "type": "string",
      "enum": ["pending", "active", "cancelled", "completed"],
      "description": "Reservation lifecycle status."
    },
    "createdTime": {
      "type": "string",
      "format": "date-time"
    },
    "price": {
      "type": "object",
      "description": "Reservation price reference; populated against the user/group's contract pricing.",
      "properties": {
        "currency": { "type": "string", "default": "USD" },
        "amount": { "type": "string", "description": "Decimal price as string." }
      }
    }
  },
  "additionalProperties": true
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/rigetti-reservation"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.