From 584dd3a541af356389ec47bcbd21104abb7f1cec Mon Sep 17 00:00:00 2001
From: AnnaXWang <6621137+AnnaXWang@users.noreply.github.com>
Date: Tue, 9 Jun 2026 23:55:47 +0000
Subject: [PATCH] Link Claude Managed Agents docs to public cookbook
---
integrations/claude-managed-agents.mdx | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/integrations/claude-managed-agents.mdx b/integrations/claude-managed-agents.mdx
index e758e02..703625d 100644
--- a/integrations/claude-managed-agents.mdx
+++ b/integrations/claude-managed-agents.mdx
@@ -57,6 +57,10 @@ The example code below is TypeScript. The same API is exposed through the Anthro
## Quickstart
+
+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.
+
+
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.