devbox claude managed-agents to configure, inspect, or delete the Claude Managed Agents integration for your Namespace workspace.
Usage
devbox claude managed-agents setup-environment
Configure Namespace to run Claude Managed Agents on Devboxes. The interactive flow asks for a Claude API key, creates or reuses a self-hosted Claude environment named Namespace Devboxes, and asks for its service key. It then provides a generated Namespace webhook endpoint and asks for the webhook signing secret before storing the integration.
Usage
Configure the integration
Options
string
default:"default"
Set the Claude workspace slug used to construct links to the environment and webhook settings in the Claude console.
devbox claude managed-agents environment
Show the stored integration ID, its creation time when available, and the Namespace webhook endpoint URL. The command fails when no Claude integration exists.
Usage
Inspect the integration
devbox claude managed-agents delete-environment
Delete the stored Claude Managed Agents integration. By default, the command displays the integration ID and requires y or yes as confirmation.
Usage
Delete without a confirmation prompt
Options
boolean
default:"false"
Skip the confirmation prompt and delete the integration.
Related topics
Claude Managed Agents
Follow the integration setup guide and configure Claude webhooks.
Coding agents on Devboxes
Learn how agent sessions use ephemeral Devboxes.