- Maximum Runtime: To prevent accidental infinite loops, deployments have a default maximum runtime (e.g., 4 hours). You can adjust this when launching a deployment.
- Idle Timeout: Computers that receive no interaction or commands for a set period may be automatically suspended.
- Active Computers: Your plan determines how many AI computers you can have running simultaneously.
- Total Deployments: Limits on the total number of stopped/archived deployments you can keep.
- Disk Space: Each computer has a maximum disk allocation.
- CPU/RAM: The maximum tier (e.g., 4 vCPU, 16GB RAM) available to you depends on your subscription plan.
- Always set a timeout on your deployments.
- Terminate sessions programmatically when the task is done.
- Reuse deployments if possible, rather than spinning up new ones for every micro-task (though starting fresh ensures a clean state).