Introduction
Welcome to the StrataGateway developer documentation.
This documentation preview is designed to help teams evaluate how StrataGateway will support provisioning, networking, automation, and secure infrastructure operations as the platform continues to take shape.
What is StrataGateway?
StrataGateway is being built as a modern cloud infrastructure platform focused on performance, simplicity, transparency, and developer experience.
What you'll find here
Infrastructure guides
Planned workflows for compute provisioning, regional deployment strategy, and resource lifecycle management.
Compute and networking concepts
Core architectural explanations covering instances, images, regions, private networking, and access controls.
API and automation references
Preview material for REST API patterns, authentication, CLI design, SDKs, and infrastructure automation.
Security practices
Guidance for identity, SSH key management, traffic filtering, backups, and operational hardening.
Platform roadmap documentation
Clear signals about what is in preview, what is planned, and where public availability is still ahead.
Platform status
Development Preview
StrataGateway is currently in development. Some APIs, services, regions, and platform capabilities documented here represent planned or preview functionality and may change before public release.
Quick Start
Use these preview workflows to understand the intended onboarding path for teams preparing to build on StrataGateway.
Create your account
Set up your organization and prepare access credentials.
Review the planned instance workflow
Preview the Cloud Compute workflow; infrastructure provisioning is not currently available.
Review the planned SSH workflow
Review how SSH access is intended to work after Compute availability.
API example
The example below reflects the planned REST API style for provisioning an instance. It is included to communicate request structure rather than current production availability.
REST API Preview
curl -X POST "https://api.stratagateway.com/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"
}'Illustrative API preview. Production endpoints may change before public release.
Next steps
Start with the platform overview and preview onboarding guides, then monitor upcoming documentation areas for API, CLI, SDK, and operational coverage as the platform moves toward broader availability.
Was this page helpful?