Loading...
    • Build
    • Admin
    • Models & pricing
    • Client SDKs
    • API Reference
    Search...
    ⌘K
    First steps
    Intro to ClaudeQuickstart
    Building with Claude
    Features overviewUsing the Messages APIHandling stop reasons
    Model capabilities
    Extended thinkingAdaptive thinkingEffortFast mode (beta: research preview)Structured outputsCitationsStreaming MessagesBatch processingSearch resultsStreaming refusalsMultilingual supportEmbeddings
    Tools
    OverviewHow tool use worksWeb search toolWeb fetch toolCode execution toolMemory toolBash toolComputer use toolText editor tool
    Tool infrastructure
    Tool searchProgrammatic tool callingFine-grained tool streaming
    Context management
    Context windowsCompactionContext editingPrompt cachingToken counting
    Working with files
    Files APIPDF supportImages and vision
    Skills
    OverviewQuickstartBest practicesSkills for enterpriseSkills in the API
    MCP
    Remote MCP serversMCP connector
    Prompt engineering
    OverviewPrompting best practicesConsole prompting tools
    Test and evaluate
    Define success and build evaluationsUsing the Evaluation Tool in ConsoleReducing latency
    Strengthen guardrails
    Reduce hallucinationsIncrease output consistencyMitigate jailbreaksReduce prompt leak
    Resources
    Glossary
    Release notes
    Claude Platform
    Console
    Log in
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...

    Solutions

    • AI agents
    • Code modernization
    • Coding
    • Customer support
    • Education
    • Financial services
    • Government
    • Life sciences

    Partners

    • Amazon Bedrock
    • Google Cloud's Vertex AI

    Learn

    • Blog
    • Catalog
    • Courses
    • Use cases
    • Connectors
    • Customer stories
    • Engineering at Anthropic
    • Events
    • Powered by Claude
    • Service partners
    • Startups program

    Company

    • Anthropic
    • Careers
    • Economic Futures
    • Research
    • News
    • Responsible Scaling Policy
    • Security and compliance
    • Transparency

    Learn

    • Blog
    • Catalog
    • Courses
    • Use cases
    • Connectors
    • Customer stories
    • Engineering at Anthropic
    • Events
    • Powered by Claude
    • Service partners
    • Startups program

    Help and security

    • Availability
    • Status
    • Support
    • Discord

    Terms and policies

    • Privacy policy
    • Responsible disclosure policy
    • Terms of service: Commercial
    • Terms of service: Consumer
    • Usage policy
    Configure agent environment

    Container reference

    Pre-installed packages, databases, and utilities available in cloud containers.

    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.

    Programming languages

    LanguageVersionPackage manager
    Python3.12+pip, uv
    Node.js20+npm, yarn, pnpm
    Go1.22+go modules
    Rust1.77+cargo
    Java21+maven, gradle
    Ruby3.3+bundler, gem
    PHP8.3+composer
    C/C++GCC 13+make, cmake

    Databases

    DatabaseDescription
    SQLitePre-installed, available immediately
    PostgreSQL clientpsql client for connecting to external databases
    Redis clientredis-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.

    Utilities

    System tools

    • git - Version control
    • curl, wget - HTTP clients
    • jq - JSON processing
    • tar, zip, unzip - Archive tools
    • ssh, scp - Remote access (requires network enabled)
    • tmux, screen - Terminal multiplexers

    Development tools

    • make, cmake - Build systems
    • docker - Container management (limited availability)
    • ripgrep (rg) - Fast file search
    • tree - Directory visualization
    • htop - Process monitoring

    Text processing

    • sed, awk, grep - Stream editors
    • vim, nano - Text editors
    • diff, patch - File comparison

    Container specifications

    PropertyValue
    Operating systemUbuntu 22.04 LTS
    Architecturex86_64 (amd64)
    MemoryUp to 8 GB
    Disk spaceUp to 10 GB
    NetworkDisabled by default (enable in environment config)

    Was this page helpful?

    • Programming languages
    • Databases
    • Utilities
    • System tools
    • Development tools
    • Text processing
    • Container specifications