Cloud Development
Workspaces
Cloud development environments that connect directly to your running services. Write code, test instantly, ship faster.
<30s
Startup Time
16
vCPU Max
64GB
Memory Max
500GB
Storage Max
Workflow
How It Works
From zero to coding in minutes.
Create Workspace
Select your repo and machine tier
Connect Environment
Link to your running services
Start Coding
Access via browser, SSH, or IDE
Intercept Traffic
Route live requests to your code
Service Intercepts
Route traffic from any environment service directly to your workspace. Debug with real production data.
Workspace Forking
Clone your workspace for parallel development. Run multiple experiments or AI agents simultaneously.
Nix Packages
Reproducible package management with Nix. Install any tool or dependency with a single command.
Private Network
Secure VPN connection to your environments. Access internal services as if you were on the same network.
Developer Experience
CLI First
Everything from your terminal.
# Connect to environment
kl env connect staging
# Add packages
kl pkg add nodejs go python
# Intercept a service
kl intercept start api-gateway