Each agent has a persistent cloud sandbox. It gives the agent a place to run commands, write code, inspect files, and sync artifacts produced by tools. The sandbox is part of the agent workspace, so work can continue across threads instead of starting from an empty machine every time. The sandbox supports both one-shot commands and longer-running interactive sessions, so the agent can do quick lookups or work through a multi-step CLI flow without losing the file system in between. Avoid sending plaintext credentials through a prompt or terminal interaction when a connection, fleet variable, or non-interactive credential path can do the job.Documentation Index
Fetch the complete documentation index at: https://docs.cerca.dev/llms.txt
Use this file to discover all available pages before exploring further.
Core concepts
Sandbox
A persistent cloud sandbox for commands, files, and artifacts.