Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Cloud containers in Claude Managed Agents come pre-installed with a comprehensive set of programming languages, databases, and utilities. The agent can use these immediately without any installation steps.
All Managed Agents API requests require the managed-agents-2026-04-01 beta header. The SDK sets the beta header automatically.
| Language | Version | Package manager |
|---|---|---|
| Python | 3.12+ | pip, uv |
| Node.js | 20+ | npm, yarn, pnpm |
| Go | 1.22+ | go modules |
| Rust | 1.77+ | cargo |
| Java | 21+ | maven, gradle |
| Ruby | 3.3+ | bundler, gem |
| PHP | 8.3+ | composer |
| C/C++ | GCC 13+ | make, cmake |
| Database | Description |
|---|---|
| SQLite | Pre-installed, available immediately |
| PostgreSQL client | psql client for connecting to external databases |
| Redis client | redis-cli for connecting to external instances |
Database servers (PostgreSQL, Redis, etc.) are not running in the container by default. The container includes client tools for connecting to external database instances. SQLite is fully available for local use.
git - Version controlcurl, wget - HTTP clientsjq - JSON processingtar, zip, unzip - Archive toolsssh, scp - Remote access (requires network enabled)tmux, screen - Terminal multiplexersmake, cmake - Build systemsdocker - Container management (limited availability)ripgrep (rg) - Fast file searchtree - Directory visualizationhtop - Process monitoringsed, awk, grep - Stream editorsvim, nano - Text editorsdiff, patch - File comparison| Property | Value |
|---|---|
| Operating system | Ubuntu 22.04 LTS |
| Architecture | x86_64 (amd64) |
| Memory | Up to 8 GB |
| Disk space | Up to 10 GB |
| Network | Disabled by default (enable in environment config) |
Was this page helpful?