Developer Documentation & API

Documentation

Preview the APIs, architecture, and workflows being developed for StrataGateway.

Developer Tools & Ecosystem

Client SDKs, CLI utilities, and infrastructure-as-code providers designed for programmatic cloud control.

Preview

REST API

Preview RESTful HTTP endpoints for the planned instance lifecycle workflow.

Coming Soon

Command Line (CLI)

Official agy CLI binary for managing compute instances, SSH keys, and network firewalls.

Roadmap Target

Terraform Provider

Declarative infrastructure-as-code provider for managing StrataGateway resources via HCL.

Coming Soon

TypeScript / JS SDK

Node.js & browser client library with full TypeScript types for API interaction.

Roadmap Target

Python SDK

Idiomatic Python library for automation scripts, ML pipelines, and cloud orchestration.

Roadmap Target

Go SDK

High-performance Go package for building custom microservices and DevOps automation tools.

Interactive Code Showcase

Illustrative examples showing how to programmatically provision and automate cloud resources via API, SDK, and IaC.

strata-api-sandbox
Preview API
# Preview API request example
curl -X POST "https://api.sandbox.stratagateway.dev/v1/instances" \
  -H "Authorization: Bearer $STRATA_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "web-prod-01",
    "region": "fra-1",
    "plan": "compute-standard",
    "image": "ubuntu-24.04-lts",
    "ssh_keys": ["key_8f3a9b1c"]
  }'
These examples demonstrate the planned developer experience. Production endpoints will become available after public launch.

Developer Onboarding Path

Visual step-by-step workflow from creating your developer account to shipping production workloads.

1

Create Account

Register your developer account and generate your personal API access token.

2

Deploy Compute

Follow the planned compute rollout and prepare a virtual machine workflow for the Frankfurt launch region.

3

Configure Network

Assign static IPv4 addresses, configure VPC firewall rules, and attach SSL certificates.

4

Store Data

Attach high-speed NVMe block storage volumes or S3-compatible Object Storage buckets.

5

Launch Application

Deploy your web app, API service, or Kubernetes workload to production.

Developer FAQ

Frequently asked questions about API authentication, SDK roadmap, and developer resources.

Once you log into the StrataGateway Web Dashboard, navigate to Account Settings → API Tokens. You will be able to create tokens with read-only or full-access scopes.

We are actively developing official client libraries. TypeScript/Node.js SDK and Python SDK previews are scheduled for upcoming platform release phases.

Yes! A Terraform provider is on our engineering roadmap to allow declarative Infrastructure-as-Code (IaC) deployment of compute instances, storage volumes, and firewalls.

You can submit feedback or documentation corrections directly through our developer support portal or by opening an issue on our official GitHub organization repository.

Ready to Build with StrataGateway?

Join us as we build the next-generation cloud infrastructure platform.