Skip to main content
The Goldsky REST API lets you manage subgraphs, Turbo Pipelines, and Edge endpoints programmatically — the same operations available through the CLI, exposed as a REST API. Every endpoint is documented in the reference pages in this section, grouped by product.

Base URL

Authentication

All endpoints require a Bearer token. Create a Goldsky API key from your Project Settings and pass it in the Authorization header. API keys are scoped to a single project.
Errors are returned as RFC 9457 problem+json — each carries a type URL that resolves to a human-readable explanation and a detail describing what to fix.

Interactive docs & machine-readable spec

Interactive API explorer

Try requests live against your project from the hosted API explorer.

OpenAPI spec (JSON)

The full machine-readable OpenAPI 3 spec — point your codegen, client, or agent at this URL.

What’s covered

  • Subgraphs — deploy, list, tag, pause/resume, delete, read logs, and manage webhooks.
  • Turbo Pipelines — create, deploy, monitor, pause/resume, and manage pipelines.
  • Edge endpoints — manage Edge endpoints, API keys, and read metrics.
Browse the grouped endpoint reference in the sidebar, or jump straight to the interactive explorer.