Strangeworks SDK GraphQL API

The GraphQL API the Strangeworks Python SDK is built on. Exposes the workspace a user's API key belongs to, the compute backends available to it, and mutations for uploading workspace files, initiating and finalizing batch jobs, and tagging jobs. Authenticated with a JWT bearer token exchanged from a workspace API key at POST /users/token.

API entry from apis.yml

apis.yml Raw ↑
aid: strangeworks:sdk
name: Strangeworks SDK GraphQL API
description: The GraphQL API the Strangeworks Python SDK is built on. Exposes the workspace a user's API
  key belongs to, the compute backends available to it, and mutations for uploading workspace files, initiating
  and finalizing batch jobs, and tagging jobs. Authenticated with a JWT bearer token exchanged from a
  workspace API key at POST /users/token.
humanURL: https://docs.strangeworks.com/strangeworks-python
baseURL: https://api.strangeworks.com/sdk
tags:
- GraphQL
- Quantum Computing
- Jobs
- Workspaces
properties:
- type: GraphQL
  url: graphql/strangeworks-sdk.graphql
- type: Documentation
  url: https://docs.strangeworks.com/strangeworks-python