Skip to main content
Gcore publishes official SDKs for Python and Go, both generated from the OpenAPI specification using Stainless. Method names and parameter names match the API reference exactly.

Choosing a client

All options call the same API — the choice depends on the context:

SDK coverage

The Python and Go SDKs cover the full API surface: Cloud (instances, volumes, networking, Kubernetes, load balancers, and more), IAM, CDN, DNS, Object Storage, FastEdge, Streaming, and WAAP. All Cloud API endpoints have auto-generated SDK methods. The API reference code samples show the exact method name for each endpoint.

JavaScript

No dedicated JavaScript SDK is published. Use the built-in fetch API (Node.js 18+, all modern browsers) or axios.

fetch (Node.js 18+)

axios

Handle async operations

Cloud API write operations return a task ID. Poll it until state is FINISHED: