Quick Start Guides
Preview guides for account preparation, planned compute workflows, and API access.
Documentation Categories
Explore comprehensive documentation modules across compute, storage, networking, security, APIs, and tooling.
Developer Tools & Ecosystem
Client SDKs, CLI utilities, and infrastructure-as-code providers designed for programmatic cloud control.
REST API
Preview RESTful HTTP endpoints for the planned instance lifecycle workflow.
Command Line (CLI)
Official agy CLI binary for managing compute instances, SSH keys, and network firewalls.
Terraform Provider
Declarative infrastructure-as-code provider for managing StrataGateway resources via HCL.
TypeScript / JS SDK
Node.js & browser client library with full TypeScript types for API interaction.
Python SDK
Idiomatic Python library for automation scripts, ML pipelines, and cloud orchestration.
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.
# 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"]
}'Developer Onboarding Path
Visual step-by-step workflow from creating your developer account to shipping production workloads.
Create Account
Register your developer account and generate your personal API access token.
Deploy Compute
Follow the planned compute rollout and prepare a virtual machine workflow for the Frankfurt launch region.
Configure Network
Assign static IPv4 addresses, configure VPC firewall rules, and attach SSL certificates.
Store Data
Attach high-speed NVMe block storage volumes or S3-compatible Object Storage buckets.
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.