- vendor
- Anthropic
- whatItIs
- Pre-built, configurable agent harness that runs in managed infrastructure; Anthropic runs the agent loop, tool execution, and sandbox behind a REST API for long-running, asynchronous work.
- hosting
- managed-only
- pricingModel
- token-based (Claude API usage)
- modelProviders
- Anthropic Claude
- stateModel
- stateful sessions; server-side event history + persistent sandbox filesystem
- toolModel
- built-in tools (bash, file operations, web search/fetch) + MCP servers
- includesBrowser
- false
- includesMemory
- false
- longRunning
- minutes-to-hours sessions + scheduled deployments (cron)
- hitlSupport
- true
- observability
- server-sent event stream + persisted event history
- maturity
- preview
- launched
- 2026
- notes
- In beta; all endpoints require the managed-agents-2026-04-01 beta header, enabled by default for API accounts. Environments can be an Anthropic-managed cloud sandbox or a self-hosted sandbox on your own infrastructure. Sessions can be steered or interrupted mid-execution. Distinct from the Claude Agent SDK (a library running in your own process).