Prerequisites
- A StacyVM server listening on
http://localhost:7423. - Docker installed and available to the StacyVM process when using the default Docker provider.
- An API key if
auth.enabledis set in your config. - Python 3.9+ or Node.js 18+ if you want to use an SDK.
1. Check The Server
2. Create A Sandbox
3. Run Code
4. Move A File Into The Sandbox
5. Destroy The Sandbox
Always destroy sandboxes when work is complete. TTL cleanup is a fallback, not the primary lifecycle control.Next Steps
- Build the example code runner.
- Learn the core concepts.
- Use the Python SDK or TypeScript SDK.
- Prepare a host with the production deployment guide.

