Strangeworks

Strangeworks is an Austin, Texas based optimization and quantum computing company founded in 2018 by whurley (William Hurley). It operates a "heterogeneous hybrid compute" platform that gives enterprises and governments managed access to quantum processors, quantum-inspired annealers and classical optimization solvers from a single API and Python SDK, alongside its Compute, Workflows, Decisions and HybridSolver products and an expert services practice. The platform is organized around workspaces, products, resources, jobs and backends, and is programmable through three public GraphQL endpoints (sdk, platform, products) at api.strangeworks.com plus a REST proxy that forwards calls to an activated resource. Compute partners reachable through the platform include IBM Quantum, Amazon Braket, Azure Quantum, IonQ, Rigetti, Quantinuum, QuEra, IQM, AQT, Pasqal, D-Wave, Toshiba, Hitachi, Fujitsu, NEC, Gurobi, JIJ, LightSolver and Quantagonia (acquired 2025).

Strangeworks publishes 3 APIs on the APIs.io network. Tagged areas include Company, Quantum Computing, Optimization, High Performance Computing, and Artificial Intelligence.

The Strangeworks catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Strangeworks’ developer surface includes documentation, getting-started guide, signup flow, support, changelog, authentication, and 20 more developer resources.

44.4/100 developing ▬ flat Agent 37/100 agent ready Full breakdown ↓
scored 2026-08-17 · rubric v0.11.0
3 APIs 1 MCP Servers
CompanyQuantum ComputingOptimizationHigh Performance ComputingArtificial IntelligenceDeveloper PlatformGraphQLComputeScientific ComputingOperations Research

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-17 · rubric v0.11.0
Composite quality — 44.4/100 · developing
Contract Quality 14.5 / 25
Developer Ergonomics 10.8 / 20
Commercial Clarity 6.8 / 20
Operational Transparency 3.8 / 13
Governance 0.4 / 12
Discoverability 8.2 / 10
Agent readiness — 37/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 10
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 6 / 6
Agent Skills 5 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 3 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/strangeworks: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 3

Individual APIs this provider publishes, each with its own machine-readable definition.

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

Strangeworks Platform GraphQL API

The full Strangeworks platform GraphQL API covering user accounts, workspaces and members, invitations, billing accounts, credits and transactions, products and the product cata...

Strangeworks Products GraphQL API

The product-side GraphQL API used by compute products published on the Strangeworks platform to register and update backends, create and update jobs, upload job files, store res...

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Strangeworks Authentication

apiKey/http · 3 schemes

SECURITY

Strangeworks Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 6

Pagination, idempotency, versioning, errors, and events

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: strangeworks
name: Strangeworks
description: Strangeworks is an Austin, Texas based optimization and quantum computing company founded in 2018 by whurley
  (William Hurley). It operates a "heterogeneous hybrid compute" platform that gives enterprises and governments managed access
  to quantum processors, quantum-inspired annealers and classical optimization solvers from a single API and Python SDK, alongside
  its Compute, Workflows, Decisions and HybridSolver products and an expert services practice. The platform is organized around
  workspaces, products, resources, jobs and backends, and is programmable through three public GraphQL endpoints (sdk, platform,
  products) at api.strangeworks.com plus a REST proxy that forwards calls to an activated resource. Compute partners reachable
  through the platform include IBM Quantum, Amazon Braket, Azure Quantum, IonQ, Rigetti, Quantinuum, QuEra, IQM, AQT, Pasqal,
  D-Wave, Toshiba, Hitachi, Fujitsu, NEC, Gurobi, JIJ, LightSolver and Quantagonia (acquired 2025).
image: https://strangeworks.com/og-image.png
url: https://raw.githubusercontent.com/api-evangelist/strangeworks/refs/heads/main/apis.yml
x-type: company
x-source: harvest:secondary-market
specificationVersion: '0.20'
created: '2026-08-05'
modified: '2026-08-05'
tags:
- Company
- Quantum Computing
- Optimization
- High Performance Computing
- Artificial Intelligence
- Developer Platform
- GraphQL
- Compute
- Scientific Computing
- Operations Research
apis:
- 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
- aid: strangeworks:platform
  name: Strangeworks Platform GraphQL API
  description: The full Strangeworks platform GraphQL API covering user accounts, workspaces and members, invitations, billing
    accounts, credits and transactions, products and the product catalog, resources, jobs, files, web links and event subscriptions
    (webhooks). 11 queries and 56 mutations.
  humanURL: https://docs.strangeworks.com/welcome/how-it-works
  baseURL: https://api.strangeworks.com/platform
  tags:
  - GraphQL
  - Workspaces
  - Billing
  - Jobs
  - Webhooks
  properties:
  - type: GraphQL
    url: graphql/strangeworks-platform.graphql
  - type: Webhooks
    url: asyncapi/strangeworks-webhooks.yml
  - type: Documentation
    url: https://docs.strangeworks.com/welcome/how-it-works
- aid: strangeworks:products
  name: Strangeworks Products GraphQL API
  description: The product-side GraphQL API used by compute products published on the Strangeworks platform to register and
    update backends, create and update jobs, upload job files, store resource configuration, and create billing transactions.
    Authenticated with a product API key exchanged at POST /product/token.
  humanURL: https://docs.strangeworks.com/welcome/how-it-works
  baseURL: https://api.strangeworks.com/products
  tags:
  - GraphQL
  - Backends
  - Jobs
  - Billing
  properties:
  - type: GraphQL
    url: graphql/strangeworks-products.graphql
  - type: Documentation
    url: https://docs.strangeworks.com/welcome/how-it-works
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://strangeworks.com/
- type: Documentation
  url: https://docs.strangeworks.com/
- type: GettingStarted
  url: https://docs.strangeworks.com/welcome/get-started
- type: DeveloperPortal
  url: https://portal.strangeworks.com/
- type: SignUp
  url: https://portal.strangeworks.com/
- type: Support
  url: https://strangeworks.com/contact
- type: TermsOfService
  url: https://strangeworks.com/terms
- type: PrivacyPolicy
  url: https://strangeworks.com/privacy
- type: GitHubOrganization
  url: https://github.com/strangeworks
- type: ChangeLog
  url: changelog/strangeworks-changelog.yml
- type: GraphQL
  url: graphql/strangeworks-sdk.graphql
- type: Packages
  url: packages/strangeworks-packages.yml
- type: SDKs
  url: packages/strangeworks-packages.yml
- type: LLMsTxt
  url: llms/strangeworks-llms.txt
- type: Authentication
  url: authentication/strangeworks-authentication.yml
- type: Conventions
  url: conventions/strangeworks-conventions.yml
- type: ErrorCatalog
  url: errors/strangeworks-problem-types.yml
- type: Lifecycle
  url: lifecycle/strangeworks-lifecycle.yml
- type: Conformance
  url: conformance/strangeworks-conformance.yml
- type: DataModel
  url: data-model/strangeworks-data-model.yml
- type: Webhooks
  url: asyncapi/strangeworks-webhooks.yml
- type: MCPServer
  url: mcp/strangeworks-mcp.yml
- type: ToolCrosswalk
  url: mcp/strangeworks-tool-crosswalk.yml
- type: AgentSkill
  url: skills/_index.yml
- type: DomainSecurity
  url: security/strangeworks-domain-security.yml
- type: ContentSignal
  url: https://strangeworks.com/robots.txt
x-enrichment:
  date: '2026-08-05'
  status: enriched
  artifacts_added: 21
  pass: local-v1