Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions integrations/claude-managed-agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ The example code below is TypeScript. The same API is exposed through the Anthro

## Quickstart

<Tip>
The complete, runnable version of this quickstart lives in the [Claude Managed Agents + Kernel cookbook](https://github.com/kernel/claude-managed-agents-kernel), alongside more recipes for parallel computer-use agent swarms.
</Tip>

<Steps>
<Step title="Create the environment">
The environment is the sandbox your agent runs in. Preinstall the Kernel CLI so workers can run `kernel …` immediately, and apply the environment-networking firewall from above.
Expand Down
Loading