Skip to main content
Build Agent

Agent Tool Configuration

Managed Agents provide seven built-in tools covering command execution, file operations, and network access—all executed within the session-bound runtime environment.

Available Tools

Select tools as needed in the Tools section of the Agent Editor page. Selected tools apply to all sessions of that agent.
ToolPurposeTypical Use Cases
bashExecute shell commands inside the sandboxRun scripts, install packages, invoke CLI tools
writeWrite content to filesGenerate reports, save intermediate results
readRead file contentsInspect mounted CSVs, logs, or configuration files
editModify files via string replacementSafer for small changes than full-file overwrites
globFind files using glob patternsLocate target files, e.g., *.csv
grepSearch text within filesDebug logs, locate keywords
download_fileDownload files from URLs into the sandboxFetch external datasets or dependencies

Execution Mechanism

All built-in tools execute within the session-bound runtime environment. Files created and dependencies installed by these tools persist for the duration of the session. The agent autonomously decides which tool to invoke based on system prompts and the current message. Tool invocations are visible in real time via the Events panel.

Next Steps

  • Define an Agent: Select required tools in the Agent Editor.
  • Agent MCP: Extend functionality by integrating additional external tools via the MCP protocol.
  • Start a Session: Observe tool invocations in action during a session.