Switchboard
  • Understand Switchboard
  • Build for Switchboard
  • Operate
  • API reference
Information
Manifest
    Get the manifest schemagetValidate a manifestpost
Releases
    List releasesgetCreate a releasepostGet a releasegetBegin testingpostRequest approval for productionpostApprove and shippost
Regression suites
    Get the regression suitegetGenerate the regression suitepostDispatch agents on the pending stepspostReport a step resultpost
GraphQL
    The control plane's GraphQL APIpost
Other endpoints
    Health checkgetInbound webhooks (GitHub App, Frontegg, partners)post
powered by Zuplo
Switchboard API
Switchboard API

GraphQL


The control plane's GraphQL API

POST
https://switchboard-api-main-0076d17.zuplo.app
/v1/graphql

The one authenticated route to the control plane's AppSync API (openspec control-plane/api-access). The inbound policy verifies the caller's Frontegg token against the class's issuer and audience before anything runs; the handler forwards the operation to the API's endpoint carrying the caller's Authorization header unchanged, for AppSync to verify again under its OIDC mode. No role is assumed and nothing is signed on a person's behalf.

The control plane's GraphQL API › Responses

The API's own answer: { data, errors }

No data returned
POST/v1/graphql
curl https://switchboard-api-main-0076d17.zuplo.app/v1/graphql \ --request POST
Example Responses
No example specified for this content type

Regression suitesOther endpoints