Skip to content

Commit 38aadad

Browse files
committed
chore: bump cookbook version
1 parent afe2f33 commit 38aadad

37 files changed

Lines changed: 78 additions & 78 deletions

content/docs/cookbook/agentkit.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Build a browser agent with Inngest AgentKit
33
description: "Integrate Steel with Inngest's AgentKit framework."
44
---
55

6-
<RecipeJsonLd slug="agentkit" title={"Build a browser agent with Inngest AgentKit"} description={"Integrate Steel with Inngest's AgentKit framework."} authors={[{"handle":"junhsss","name":"Jun Ryu"}]} datePublished="2025-09-05" dateModified="2026-04-24" sourceUrl="https://github.com/steel-dev/steel-cookbook/tree/282aab34ac443c363254074e5f501a616831c943/examples/agentkit" />
6+
<RecipeJsonLd slug="agentkit" title={"Build a browser agent with Inngest AgentKit"} description={"Integrate Steel with Inngest's AgentKit framework."} authors={[{"handle":"junhsss","name":"Jun Ryu"}]} datePublished="2025-09-05" dateModified="2026-04-24" sourceUrl="https://github.com/steel-dev/steel-cookbook/tree/92f29742253e2b6c6801d109e18232768e5291a0/examples/agentkit" />
77

8-
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/282aab34ac443c363254074e5f501a616831c943/examples/agentkit" path="examples/agentkit" authors={[{"handle":"junhsss","name":"Jun Ryu","avatar":"https://github.com/junhsss.png?size=40"}]} updated="2026-04-24" />
8+
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/92f29742253e2b6c6801d109e18232768e5291a0/examples/agentkit" path="examples/agentkit" authors={[{"handle":"junhsss","name":"Jun Ryu","avatar":"https://github.com/junhsss.png?size=40"}]} updated="2026-04-24" />
99

1010
<RecipeQuickstart slug="agentkit" />
1111

content/docs/cookbook/agno.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Build a browser agent with Agno
33
description: Integrate Steel with the Agno agent framework.
44
---
55

6-
<RecipeJsonLd slug="agno" title={"Build a browser agent with Agno"} description={"Integrate Steel with the Agno agent framework."} authors={[{"handle":"junhsss","name":"Jun Ryu"}]} datePublished="2025-09-05" dateModified="2026-04-24" sourceUrl="https://github.com/steel-dev/steel-cookbook/tree/282aab34ac443c363254074e5f501a616831c943/examples/agno" />
6+
<RecipeJsonLd slug="agno" title={"Build a browser agent with Agno"} description={"Integrate Steel with the Agno agent framework."} authors={[{"handle":"junhsss","name":"Jun Ryu"}]} datePublished="2025-09-05" dateModified="2026-04-24" sourceUrl="https://github.com/steel-dev/steel-cookbook/tree/92f29742253e2b6c6801d109e18232768e5291a0/examples/agno" />
77

8-
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/282aab34ac443c363254074e5f501a616831c943/examples/agno" path="examples/agno" authors={[{"handle":"junhsss","name":"Jun Ryu","avatar":"https://github.com/junhsss.png?size=40"}]} updated="2026-04-24" />
8+
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/92f29742253e2b6c6801d109e18232768e5291a0/examples/agno" path="examples/agno" authors={[{"handle":"junhsss","name":"Jun Ryu","avatar":"https://github.com/junhsss.png?size=40"}]} updated="2026-04-24" />
99

1010
<RecipeQuickstart slug="agno" />
1111

content/docs/cookbook/auth-context.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Reuse authenticated sessions across browsers
33
description: Maintain authenticated sessions across Steel browser instances by capturing and reusing cookies and local storage.
44
---
55

6-
<RecipeJsonLd slug="auth-context" title={"Reuse authenticated sessions across browsers"} description={"Maintain authenticated sessions across Steel browser instances by capturing and reusing cookies and local storage."} authors={[{"handle":"junhsss","name":"Jun Ryu"}]} datePublished="2025-03-11" dateModified="2026-04-24" sourceUrl="https://github.com/steel-dev/steel-cookbook/tree/282aab34ac443c363254074e5f501a616831c943/examples/auth-context" />
6+
<RecipeJsonLd slug="auth-context" title={"Reuse authenticated sessions across browsers"} description={"Maintain authenticated sessions across Steel browser instances by capturing and reusing cookies and local storage."} authors={[{"handle":"junhsss","name":"Jun Ryu"}]} datePublished="2025-03-11" dateModified="2026-04-24" sourceUrl="https://github.com/steel-dev/steel-cookbook/tree/92f29742253e2b6c6801d109e18232768e5291a0/examples/auth-context" />
77

8-
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/282aab34ac443c363254074e5f501a616831c943/examples/auth-context" path="examples/auth-context" authors={[{"handle":"junhsss","name":"Jun Ryu","avatar":"https://github.com/junhsss.png?size=40"}]} updated="2026-04-24" />
8+
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/92f29742253e2b6c6801d109e18232768e5291a0/examples/auth-context" path="examples/auth-context" authors={[{"handle":"junhsss","name":"Jun Ryu","avatar":"https://github.com/junhsss.png?size=40"}]} updated="2026-04-24" />
99

1010
<RecipeQuickstart slug="auth-context" />
1111

content/docs/cookbook/browser-use-captcha-auto.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Solve CAPTCHAs automatically in a Browser Use agent
33
description: Build an AI agent with browser-use and Steel that solves CAPTCHAs automatically.
44
---
55

6-
<RecipeJsonLd slug="browser-use-captcha-auto" title={"Solve CAPTCHAs automatically in a Browser Use agent"} description={"Build an AI agent with browser-use and Steel that solves CAPTCHAs automatically."} authors={[{"handle":"jagadeshjai","name":"Jagadesh Jai"}]} datePublished="2025-02-20" dateModified="2026-04-24" sourceUrl="https://github.com/steel-dev/steel-cookbook/tree/282aab34ac443c363254074e5f501a616831c943/examples/browser-use-captcha-auto" />
6+
<RecipeJsonLd slug="browser-use-captcha-auto" title={"Solve CAPTCHAs automatically in a Browser Use agent"} description={"Build an AI agent with browser-use and Steel that solves CAPTCHAs automatically."} authors={[{"handle":"jagadeshjai","name":"Jagadesh Jai"}]} datePublished="2025-02-20" dateModified="2026-04-24" sourceUrl="https://github.com/steel-dev/steel-cookbook/tree/92f29742253e2b6c6801d109e18232768e5291a0/examples/browser-use-captcha-auto" />
77

8-
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/282aab34ac443c363254074e5f501a616831c943/examples/browser-use-captcha-auto" path="examples/browser-use-captcha-auto" authors={[{"handle":"jagadeshjai","name":"Jagadesh Jai","avatar":"https://github.com/jagadeshjai.png?size=40"}]} updated="2026-04-24" />
8+
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/92f29742253e2b6c6801d109e18232768e5291a0/examples/browser-use-captcha-auto" path="examples/browser-use-captcha-auto" authors={[{"handle":"jagadeshjai","name":"Jagadesh Jai","avatar":"https://github.com/jagadeshjai.png?size=40"}]} updated="2026-04-24" />
99

1010
<RecipeQuickstart slug="browser-use-captcha-auto" />
1111

content/docs/cookbook/browser-use-captcha-manual.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Solve reCAPTCHA v2 manually with Browser Use
33
description: "Manually solve reCAPTCHA v2 using Steel's CAPTCHA API with the browser-use framework."
44
---
55

6-
<RecipeJsonLd slug="browser-use-captcha-manual" title={"Solve reCAPTCHA v2 manually with Browser Use"} description={"Manually solve reCAPTCHA v2 using Steel's CAPTCHA API with the browser-use framework."} authors={[{"handle":"jagadeshjai","name":"Jagadesh Jai"}]} datePublished="2026-02-10" dateModified="2026-04-24" sourceUrl="https://github.com/steel-dev/steel-cookbook/tree/282aab34ac443c363254074e5f501a616831c943/examples/browser-use-captcha-manual" />
6+
<RecipeJsonLd slug="browser-use-captcha-manual" title={"Solve reCAPTCHA v2 manually with Browser Use"} description={"Manually solve reCAPTCHA v2 using Steel's CAPTCHA API with the browser-use framework."} authors={[{"handle":"jagadeshjai","name":"Jagadesh Jai"}]} datePublished="2026-02-10" dateModified="2026-04-24" sourceUrl="https://github.com/steel-dev/steel-cookbook/tree/92f29742253e2b6c6801d109e18232768e5291a0/examples/browser-use-captcha-manual" />
77

8-
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/282aab34ac443c363254074e5f501a616831c943/examples/browser-use-captcha-manual" path="examples/browser-use-captcha-manual" authors={[{"handle":"jagadeshjai","name":"Jagadesh Jai","avatar":"https://github.com/jagadeshjai.png?size=40"}]} updated="2026-04-24" />
8+
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/92f29742253e2b6c6801d109e18232768e5291a0/examples/browser-use-captcha-manual" path="examples/browser-use-captcha-manual" authors={[{"handle":"jagadeshjai","name":"Jagadesh Jai","avatar":"https://github.com/jagadeshjai.png?size=40"}]} updated="2026-04-24" />
99

1010
<RecipeQuickstart slug="browser-use-captcha-manual" />
1111

content/docs/cookbook/browser-use.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Build a browser agent with Browser Use
33
description: Integrate Steel with the browser-use framework for AI-driven web automation.
44
---
55

6-
<RecipeJsonLd slug="browser-use" title={"Build a browser agent with Browser Use"} description={"Integrate Steel with the browser-use framework for AI-driven web automation."} authors={[{"handle":"junhsss","name":"Jun Ryu"}]} datePublished="2025-02-20" dateModified="2026-04-24" sourceUrl="https://github.com/steel-dev/steel-cookbook/tree/282aab34ac443c363254074e5f501a616831c943/examples/browser-use" />
6+
<RecipeJsonLd slug="browser-use" title={"Build a browser agent with Browser Use"} description={"Integrate Steel with the browser-use framework for AI-driven web automation."} authors={[{"handle":"junhsss","name":"Jun Ryu"}]} datePublished="2025-02-20" dateModified="2026-04-24" sourceUrl="https://github.com/steel-dev/steel-cookbook/tree/92f29742253e2b6c6801d109e18232768e5291a0/examples/browser-use" />
77

8-
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/282aab34ac443c363254074e5f501a616831c943/examples/browser-use" path="examples/browser-use" authors={[{"handle":"junhsss","name":"Jun Ryu","avatar":"https://github.com/junhsss.png?size=40"}]} updated="2026-04-24" />
8+
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/92f29742253e2b6c6801d109e18232768e5291a0/examples/browser-use" path="examples/browser-use" authors={[{"handle":"junhsss","name":"Jun Ryu","avatar":"https://github.com/junhsss.png?size=40"}]} updated="2026-04-24" />
99

1010
<RecipeQuickstart slug="browser-use" />
1111

content/docs/cookbook/claude-agent-sdk.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Build a browser agent with the Claude Agent SDK
33
description: "Use Steel with the Claude Agent SDK (TypeScript) to build a tool-using browser agent on Anthropic's first-party agent loop."
44
---
55

6-
<RecipeJsonLd slug="claude-agent-sdk" title={"Build a browser agent with the Claude Agent SDK"} description={"Use Steel with the Claude Agent SDK (TypeScript) to build a tool-using browser agent on Anthropic's first-party agent loop."} authors={[{"handle":"junhsss","name":"Jun Ryu"}]} datePublished="2026-04-29" dateModified="2026-04-29" sourceUrl="https://github.com/steel-dev/steel-cookbook/tree/282aab34ac443c363254074e5f501a616831c943/examples/claude-agent-sdk-ts" />
6+
<RecipeJsonLd slug="claude-agent-sdk" title={"Build a browser agent with the Claude Agent SDK"} description={"Use Steel with the Claude Agent SDK (TypeScript) to build a tool-using browser agent on Anthropic's first-party agent loop."} authors={[{"handle":"junhsss","name":"Jun Ryu"}]} datePublished="2026-04-29" dateModified="2026-04-29" sourceUrl="https://github.com/steel-dev/steel-cookbook/tree/92f29742253e2b6c6801d109e18232768e5291a0/examples/claude-agent-sdk-ts" />
77

88
<Tabs items={['TypeScript', 'Python']} groupId="lang" persist updateAnchor className="cookbook-concept-tabs">
99

1010
<Tab id="typescript" className="cookbook-concept-tab">
1111

12-
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/282aab34ac443c363254074e5f501a616831c943/examples/claude-agent-sdk-ts" path="examples/claude-agent-sdk-ts" authors={[{"handle":"junhsss","name":"Jun Ryu","avatar":"https://github.com/junhsss.png?size=40"}]} updated="2026-04-29" />
12+
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/92f29742253e2b6c6801d109e18232768e5291a0/examples/claude-agent-sdk-ts" path="examples/claude-agent-sdk-ts" authors={[{"handle":"junhsss","name":"Jun Ryu","avatar":"https://github.com/junhsss.png?size=40"}]} updated="2026-04-29" />
1313

1414
<RecipeQuickstart slug="claude-agent-sdk-ts" />
1515

@@ -120,7 +120,7 @@ A run takes ~25 to 45 seconds and 3 to 6 turns. Cost is Steel session-minutes pl
120120

121121
<Tab id="python" className="cookbook-concept-tab">
122122

123-
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/282aab34ac443c363254074e5f501a616831c943/examples/claude-agent-sdk-py" path="examples/claude-agent-sdk-py" authors={[{"handle":"junhsss","name":"Jun Ryu","avatar":"https://github.com/junhsss.png?size=40"}]} updated="2026-04-29" />
123+
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/92f29742253e2b6c6801d109e18232768e5291a0/examples/claude-agent-sdk-py" path="examples/claude-agent-sdk-py" authors={[{"handle":"junhsss","name":"Jun Ryu","avatar":"https://github.com/junhsss.png?size=40"}]} updated="2026-04-29" />
124124

125125
<RecipeQuickstart slug="claude-agent-sdk-py" />
126126

content/docs/cookbook/claude-computer-use-mobile.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Drive a mobile browser with Claude Computer Use
33
description: Claude Computer Use with Steel for autonomous task execution in mobile browser environments.
44
---
55

6-
<RecipeJsonLd slug="claude-computer-use-mobile" title={"Drive a mobile browser with Claude Computer Use"} description={"Claude Computer Use with Steel for autonomous task execution in mobile browser environments."} authors={[{"handle":"jagadeshjai","name":"Jagadesh Jai"}, {"handle":"junhsss","name":"Jun Ryu"}]} datePublished="2025-10-14" dateModified="2026-04-24" sourceUrl="https://github.com/steel-dev/steel-cookbook/tree/282aab34ac443c363254074e5f501a616831c943/examples/claude-computer-use-mobile" />
6+
<RecipeJsonLd slug="claude-computer-use-mobile" title={"Drive a mobile browser with Claude Computer Use"} description={"Claude Computer Use with Steel for autonomous task execution in mobile browser environments."} authors={[{"handle":"jagadeshjai","name":"Jagadesh Jai"}, {"handle":"junhsss","name":"Jun Ryu"}]} datePublished="2025-10-14" dateModified="2026-04-24" sourceUrl="https://github.com/steel-dev/steel-cookbook/tree/92f29742253e2b6c6801d109e18232768e5291a0/examples/claude-computer-use-mobile" />
77

8-
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/282aab34ac443c363254074e5f501a616831c943/examples/claude-computer-use-mobile" path="examples/claude-computer-use-mobile" authors={[{"handle":"jagadeshjai","name":"Jagadesh Jai","avatar":"https://github.com/jagadeshjai.png?size=40"}, {"handle":"junhsss","name":"Jun Ryu","avatar":"https://github.com/junhsss.png?size=40"}]} updated="2026-04-24" />
8+
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/92f29742253e2b6c6801d109e18232768e5291a0/examples/claude-computer-use-mobile" path="examples/claude-computer-use-mobile" authors={[{"handle":"jagadeshjai","name":"Jagadesh Jai","avatar":"https://github.com/jagadeshjai.png?size=40"}, {"handle":"junhsss","name":"Jun Ryu","avatar":"https://github.com/junhsss.png?size=40"}]} updated="2026-04-24" />
99

1010
<RecipeQuickstart slug="claude-computer-use-mobile" />
1111

content/docs/cookbook/claude-computer-use.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Drive a browser with Claude Computer Use
33
description: Connect Claude to a Steel browser session for autonomous web interactions.
44
---
55

6-
<RecipeJsonLd slug="claude-computer-use" title={"Drive a browser with Claude Computer Use"} description={"Connect Claude to a Steel browser session for autonomous web interactions."} authors={[{"handle":"junhsss","name":"Jun Ryu"}, {"handle":"hussufo","name":"Hussien Hussien"}]} datePublished="2025-07-16" dateModified="2026-04-24" sourceUrl="https://github.com/steel-dev/steel-cookbook/tree/282aab34ac443c363254074e5f501a616831c943/examples/claude-computer-use-ts" />
6+
<RecipeJsonLd slug="claude-computer-use" title={"Drive a browser with Claude Computer Use"} description={"Connect Claude to a Steel browser session for autonomous web interactions."} authors={[{"handle":"junhsss","name":"Jun Ryu"}, {"handle":"hussufo","name":"Hussien Hussien"}]} datePublished="2025-07-16" dateModified="2026-04-24" sourceUrl="https://github.com/steel-dev/steel-cookbook/tree/92f29742253e2b6c6801d109e18232768e5291a0/examples/claude-computer-use-ts" />
77

88
<Tabs items={['TypeScript', 'Python']} groupId="lang" persist updateAnchor className="cookbook-concept-tabs">
99

1010
<Tab id="typescript" className="cookbook-concept-tab">
1111

12-
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/282aab34ac443c363254074e5f501a616831c943/examples/claude-computer-use-ts" path="examples/claude-computer-use-ts" authors={[{"handle":"junhsss","name":"Jun Ryu","avatar":"https://github.com/junhsss.png?size=40"}]} updated="2026-04-24" />
12+
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/92f29742253e2b6c6801d109e18232768e5291a0/examples/claude-computer-use-ts" path="examples/claude-computer-use-ts" authors={[{"handle":"junhsss","name":"Jun Ryu","avatar":"https://github.com/junhsss.png?size=40"}]} updated="2026-04-24" />
1313

1414
<RecipeQuickstart slug="claude-computer-use-ts" />
1515

@@ -118,7 +118,7 @@ Expect ~60-120 seconds and 15-40 iterations for a simple browsing task.
118118

119119
<Tab id="python" className="cookbook-concept-tab">
120120

121-
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/282aab34ac443c363254074e5f501a616831c943/examples/claude-computer-use-py" path="examples/claude-computer-use-py" authors={[{"handle":"hussufo","name":"Hussien Hussien","avatar":"https://github.com/hussufo.png?size=40"}, {"handle":"junhsss","name":"Jun Ryu","avatar":"https://github.com/junhsss.png?size=40"}]} updated="2026-04-24" />
121+
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/92f29742253e2b6c6801d109e18232768e5291a0/examples/claude-computer-use-py" path="examples/claude-computer-use-py" authors={[{"handle":"hussufo","name":"Hussien Hussien","avatar":"https://github.com/hussufo.png?size=40"}, {"handle":"junhsss","name":"Jun Ryu","avatar":"https://github.com/junhsss.png?size=40"}]} updated="2026-04-24" />
122122

123123
<RecipeQuickstart slug="claude-computer-use-py" />
124124

content/docs/cookbook/convex-chat-with-page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Chat with any webpage on Convex
33
description: "Convex app that streams an AI agent's answer about any URL. The agent runs server-side with one Steel-backed scrape tool and pages through long articles via a chunked cache."
44
---
55

6-
<RecipeJsonLd slug="convex-chat-with-page" title={"Chat with any webpage on Convex"} description={"Convex app that streams an AI agent's answer about any URL. The agent runs server-side with one Steel-backed scrape tool and pages through long articles via a chunked cache."} authors={[{"handle":"nibzard","name":"Nikola Balic"}]} datePublished="2026-05-04" dateModified="2026-05-04" sourceUrl="https://github.com/steel-dev/steel-cookbook/tree/282aab34ac443c363254074e5f501a616831c943/examples/convex-chat-with-page" />
6+
<RecipeJsonLd slug="convex-chat-with-page" title={"Chat with any webpage on Convex"} description={"Convex app that streams an AI agent's answer about any URL. The agent runs server-side with one Steel-backed scrape tool and pages through long articles via a chunked cache."} authors={[{"handle":"nibzard","name":"Nikola Balic"}]} datePublished="2026-05-04" dateModified="2026-05-04" sourceUrl="https://github.com/steel-dev/steel-cookbook/tree/92f29742253e2b6c6801d109e18232768e5291a0/examples/convex-chat-with-page" />
77

8-
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/282aab34ac443c363254074e5f501a616831c943/examples/convex-chat-with-page" path="examples/convex-chat-with-page" authors={[{"handle":"nibzard","name":"Nikola Balic","avatar":"https://github.com/nibzard.png?size=40"}]} updated="2026-05-04" />
8+
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/92f29742253e2b6c6801d109e18232768e5291a0/examples/convex-chat-with-page" path="examples/convex-chat-with-page" authors={[{"handle":"nibzard","name":"Nikola Balic","avatar":"https://github.com/nibzard.png?size=40"}]} updated="2026-05-04" />
99

1010
<RecipeQuickstart slug="convex-chat-with-page" />
1111

0 commit comments

Comments
 (0)