A typical coding workflow
Create a coding computer
Use the
coding-agent template when the agent needs common development tools.Clone or upload the project
Put source code in the sandbox workspace so the agent can inspect and modify it.
Install dependencies and run checks
Let the agent use package managers, test runners, linters, and build tools inside the sandbox.
Why it works well
Safer command execution
Generated code and shell commands run inside the sandbox, not on your server.
Room for large projects
Keep repositories, build artifacts, and generated files in CelestoFS workspace storage.
Resume long tasks
Keep state when a coding job spans multiple turns, retries, or handoffs.
Share previews
Expose local apps and dashboards from the sandbox through public HTTPS URLs.
