Step 01
Create a Project
Provision a workspace, choose a region, and define baseline performance targets.
Scalar Documentation
A Scalar-style developer experience with practical setup guides and concise API reference blocks.
Provision a workspace, choose a region, and define baseline performance targets.
Select Container, Lightweight Virtual Machine, or Manster Kernel according to workload shape.
Use secure connection strings and role-based credentials for production and staging.
Use this flow to deploy your first production database stack in less than ten minutes.
1. Create an environment and select your preferred runtime.
2. Set CPU and memory budgets according to expected throughput.
3. Enable backups, observability, and role-based access controls.
POST /v1/projects/{projectId}/databases
Content-Type: application/json
{
"name": "orders-db",
"runtime": "lightweight_vm",
"region": "eu-central-1",
"size": "standard-4"
}