Skip to content

Commit 2dd1051

Browse files
committed
chore: bump cookbook version
1 parent b1059cc commit 2dd1051

46 files changed

Lines changed: 141 additions & 141 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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/e08de0575649d82b60ddfad343541f336589d919/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/3d4db4fa997d1895d84d9d8106eaf25d97a60192/examples/agentkit" />
77

8-
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/e08de0575649d82b60ddfad343541f336589d919/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/3d4db4fa997d1895d84d9d8106eaf25d97a60192/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/e08de0575649d82b60ddfad343541f336589d919/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/3d4db4fa997d1895d84d9d8106eaf25d97a60192/examples/agno" />
77

8-
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/e08de0575649d82b60ddfad343541f336589d919/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/3d4db4fa997d1895d84d9d8106eaf25d97a60192/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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ 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-06-24" sourceUrl="https://github.com/steel-dev/steel-cookbook/tree/e08de0575649d82b60ddfad343541f336589d919/examples/auth-context-ts" />
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-06-24" sourceUrl="https://github.com/steel-dev/steel-cookbook/tree/3d4db4fa997d1895d84d9d8106eaf25d97a60192/examples/auth-context-ts" />
77

88
<Tabs items={['TypeScript', 'Python', 'Rust', 'Go']} 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/e08de0575649d82b60ddfad343541f336589d919/examples/auth-context-ts" path="examples/auth-context-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/3d4db4fa997d1895d84d9d8106eaf25d97a60192/examples/auth-context-ts" path="examples/auth-context-ts" authors={[{"handle":"junhsss","name":"Jun Ryu","avatar":"https://github.com/junhsss.png?size=40"}]} updated="2026-04-24" />
1313

1414
<RecipeQuickstart slug="auth-context-ts" />
1515

@@ -95,7 +95,7 @@ If you want Steel to store credentials and handle the login itself, see [credent
9595

9696
<Tab id="python" className="cookbook-concept-tab">
9797

98-
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/e08de0575649d82b60ddfad343541f336589d919/examples/auth-context-py" path="examples/auth-context-py" authors={[{"handle":"junhsss","name":"Jun Ryu","avatar":"https://github.com/junhsss.png?size=40"}]} updated="2026-06-24" />
98+
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/3d4db4fa997d1895d84d9d8106eaf25d97a60192/examples/auth-context-py" path="examples/auth-context-py" authors={[{"handle":"junhsss","name":"Jun Ryu","avatar":"https://github.com/junhsss.png?size=40"}]} updated="2026-06-24" />
9999

100100
<RecipeQuickstart slug="auth-context-py" />
101101

@@ -165,7 +165,7 @@ A run takes about 20 seconds and costs a few cents of session time. Both session
165165

166166
<Tab id="rust" className="cookbook-concept-tab">
167167

168-
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/e08de0575649d82b60ddfad343541f336589d919/examples/auth-context-rs" path="examples/auth-context-rs" authors={[{"handle":"junhsss","name":"Jun Ryu","avatar":"https://github.com/junhsss.png?size=40"}]} updated="2026-06-24" />
168+
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/3d4db4fa997d1895d84d9d8106eaf25d97a60192/examples/auth-context-rs" path="examples/auth-context-rs" authors={[{"handle":"junhsss","name":"Jun Ryu","avatar":"https://github.com/junhsss.png?size=40"}]} updated="2026-06-24" />
169169

170170
<RecipeQuickstart slug="auth-context-rs" />
171171

@@ -223,7 +223,7 @@ A run takes ~20 seconds. Both sessions go through `client.sessions().release(...
223223

224224
<Tab id="go" className="cookbook-concept-tab">
225225

226-
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/e08de0575649d82b60ddfad343541f336589d919/examples/auth-context-go" path="examples/auth-context-go" authors={[{"handle":"junhsss","name":"Jun Ryu","avatar":"https://github.com/junhsss.png?size=40"}]} updated="2026-06-24" />
226+
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/3d4db4fa997d1895d84d9d8106eaf25d97a60192/examples/auth-context-go" path="examples/auth-context-go" authors={[{"handle":"junhsss","name":"Jun Ryu","avatar":"https://github.com/junhsss.png?size=40"}]} updated="2026-06-24" />
227227

228228
<RecipeQuickstart slug="auth-context-go" />
229229

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/e08de0575649d82b60ddfad343541f336589d919/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/3d4db4fa997d1895d84d9d8106eaf25d97a60192/examples/browser-use-captcha-auto" />
77

8-
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/e08de0575649d82b60ddfad343541f336589d919/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/3d4db4fa997d1895d84d9d8106eaf25d97a60192/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/e08de0575649d82b60ddfad343541f336589d919/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/3d4db4fa997d1895d84d9d8106eaf25d97a60192/examples/browser-use-captcha-manual" />
77

8-
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/e08de0575649d82b60ddfad343541f336589d919/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/3d4db4fa997d1895d84d9d8106eaf25d97a60192/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/e08de0575649d82b60ddfad343541f336589d919/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/3d4db4fa997d1895d84d9d8106eaf25d97a60192/examples/browser-use" />
77

8-
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/e08de0575649d82b60ddfad343541f336589d919/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/3d4db4fa997d1895d84d9d8106eaf25d97a60192/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/chromedp.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Automate a cloud browser with chromedp
33
description: Use Steel with chromedp to connect over CDP, navigate to Hacker News, extract the top stories, and capture a screenshot.
44
---
55

6-
<RecipeJsonLd slug="chromedp" title={"Automate a cloud browser with chromedp"} description={"Use Steel with chromedp to connect over CDP, navigate to Hacker News, extract the top stories, and capture a screenshot."} authors={[{"handle":"junhsss","name":"Jun Ryu"}]} datePublished="2026-06-23" dateModified="2026-06-23" sourceUrl="https://github.com/steel-dev/steel-cookbook/tree/e08de0575649d82b60ddfad343541f336589d919/examples/chromedp" />
6+
<RecipeJsonLd slug="chromedp" title={"Automate a cloud browser with chromedp"} description={"Use Steel with chromedp to connect over CDP, navigate to Hacker News, extract the top stories, and capture a screenshot."} authors={[{"handle":"junhsss","name":"Jun Ryu"}]} datePublished="2026-06-23" dateModified="2026-06-23" sourceUrl="https://github.com/steel-dev/steel-cookbook/tree/3d4db4fa997d1895d84d9d8106eaf25d97a60192/examples/chromedp" />
77

8-
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/e08de0575649d82b60ddfad343541f336589d919/examples/chromedp" path="examples/chromedp" authors={[{"handle":"junhsss","name":"Jun Ryu","avatar":"https://github.com/junhsss.png?size=40"}]} updated="2026-06-23" />
8+
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/3d4db4fa997d1895d84d9d8106eaf25d97a60192/examples/chromedp" path="examples/chromedp" authors={[{"handle":"junhsss","name":"Jun Ryu","avatar":"https://github.com/junhsss.png?size=40"}]} updated="2026-06-23" />
99

1010
<RecipeQuickstart slug="chromedp" />
1111

content/docs/cookbook/chromiumoxide.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Automate a cloud browser with chromiumoxide
33
description: Use Steel with chromiumoxide to connect over CDP, drive the handler task, extract page content, and capture a screenshot.
44
---
55

6-
<RecipeJsonLd slug="chromiumoxide" title={"Automate a cloud browser with chromiumoxide"} description={"Use Steel with chromiumoxide to connect over CDP, drive the handler task, extract page content, and capture a screenshot."} authors={[{"handle":"junhsss","name":"Jun Ryu"}]} datePublished="2026-06-23" dateModified="2026-06-23" sourceUrl="https://github.com/steel-dev/steel-cookbook/tree/e08de0575649d82b60ddfad343541f336589d919/examples/chromiumoxide" />
6+
<RecipeJsonLd slug="chromiumoxide" title={"Automate a cloud browser with chromiumoxide"} description={"Use Steel with chromiumoxide to connect over CDP, drive the handler task, extract page content, and capture a screenshot."} authors={[{"handle":"junhsss","name":"Jun Ryu"}]} datePublished="2026-06-23" dateModified="2026-06-23" sourceUrl="https://github.com/steel-dev/steel-cookbook/tree/3d4db4fa997d1895d84d9d8106eaf25d97a60192/examples/chromiumoxide" />
77

8-
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/e08de0575649d82b60ddfad343541f336589d919/examples/chromiumoxide" path="examples/chromiumoxide" authors={[{"handle":"junhsss","name":"Jun Ryu","avatar":"https://github.com/junhsss.png?size=40"}]} updated="2026-06-23" />
8+
<RecipeMeta href="https://github.com/steel-dev/steel-cookbook/tree/3d4db4fa997d1895d84d9d8106eaf25d97a60192/examples/chromiumoxide" path="examples/chromiumoxide" authors={[{"handle":"junhsss","name":"Jun Ryu","avatar":"https://github.com/junhsss.png?size=40"}]} updated="2026-06-23" />
99

1010
<RecipeQuickstart slug="chromiumoxide" />
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/e08de0575649d82b60ddfad343541f336589d919/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/3d4db4fa997d1895d84d9d8106eaf25d97a60192/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/e08de0575649d82b60ddfad343541f336589d919/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/3d4db4fa997d1895d84d9d8106eaf25d97a60192/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/e08de0575649d82b60ddfad343541f336589d919/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/3d4db4fa997d1895d84d9d8106eaf25d97a60192/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

0 commit comments

Comments
 (0)