> Full docs index: https://docs.steel.dev/llms.txt

# Agents
URL: https://docs.steel.dev/cookbook/topics/agents

- [Run a durable browser agent with Restate](/cookbook/restate-agent): Build a Restate Virtual Object in TypeScript that uses durable OpenAI planning steps and Steel scraping to answer browser research questions.
- [Expose a Steel browser to any MCP client](/cookbook/mcp): Build a Model Context Protocol server in Go with the official SDK and chromedp that hands any MCP client a Steel cloud browser through explicit session-handle tools.
- [Build a browser agent with Genkit](/cookbook/genkit): Use Steel with Genkit Go to build a tool-calling agent that navigates and extracts from a chromedp-backed browser and completes a web task.
- [Build a browser agent with Eino](/cookbook/eino): Use Steel with the ByteDance Eino framework to build a ReAct agent that calls Steel's scrape API as a tool to research and answer a web question.
- [Build a browser agent with rig](/cookbook/rig): Use Steel with rig to build an agent that drives a cloud browser over CDP with chromiumoxide through navigate and extract tools, then answers a multi-step web task.
- [Build a research agent with Swiftide](/cookbook/swiftide): Use Steel with Swiftide to build an agent whose tool reads the web through Steel's scrape endpoint, so the model works from clean Markdown with no browser library.
- [Build a browser agent with LangChainGo](/cookbook/langchaingo): Use Steel with LangChainGo's zero-shot ReAct (MRKL) agent and a string-in, string-out scrape tool so Claude reads a page and answers a question.
- [Build a browser agent with Google ADK](/cookbook/google-adk): Use Steel with Google's Agent Development Kit (ADK) for Go to build a tool-using browser agent that drives a chromedp session over CDP and reads Hacker News.
- [Build a browser agent with Microsoft Agent Framework](/cookbook/microsoft-agent-framework): Use Steel with Microsoft Agent Framework 1.0 (the successor to AutoGen and Semantic Kernel) to build a tool-using browser agent.
- [Chat with any webpage on Convex](/cookbook/convex-chat-with-page): 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.
- [Deep research with Claude Agent SDK subagents](/cookbook/deep-research): Lead orchestrator dispatches parallel researcher subagents, each driving its own Steel browser, and synthesizes findings into a cited Markdown report.
- [Combine You.com search with Steel browser actions](/cookbook/you-com-search): Pair the You.com Search and Contents APIs with a Steel cloud browser in a search-then-act LangChain agent that prefers the cheap path and only opens a session when interaction is required.
- [Build a browser agent with the Claude Agent SDK](/cookbook/claude-agent-sdk): Use Steel with the Claude Agent SDK (TypeScript) to build a tool-using browser agent on Anthropic's first-party agent loop.
- [Build a typed browser agent with Pydantic AI](/cookbook/pydantic-ai): Use Steel with Pydantic AI to build typed, provider-agnostic browser agents with dependency injection.
- [Build a typed browser agent with LangGraph](/cookbook/langgraph): Use Steel with LangGraph to build a typed browser agent with an explicit state-machine loop and a structured-output formatter node.
- [Build a typed browser agent with Mastra](/cookbook/mastra): Use Steel with Mastra to build a typed browser agent with the Mastra Model Router and Studio playground.
- [Build a typed browser agent with the OpenAI Agents SDK](/cookbook/openai-agents): Use Steel with the OpenAI Agents SDK for TypeScript to build typed, tool-using browser agents.
- [Build a typed browser agent with the Vercel AI SDK](/cookbook/vercel-ai-sdk): Use Steel with the Vercel AI SDK v6 ToolLoopAgent for typed, tool-using browser agents.
- [Stream a browser agent into a Next.js chat app](/cookbook/vercel-ai-sdk-nextjs): A Next.js App Router chat app where a Vercel AI SDK agent drives a Steel cloud browser with embedded Live View.
- [Solve reCAPTCHA v2 manually with Browser Use](/cookbook/browser-use-captcha-manual): Manually solve reCAPTCHA v2 using Steel's CAPTCHA API with the browser-use framework.
- [Build a multi-agent browser workflow with CrewAI](/cookbook/crewai): Integrate Steel with the CrewAI multi-agent framework.
- [Build a browser agent with Inngest AgentKit](/cookbook/agentkit): Integrate Steel with Inngest's AgentKit framework.
- [Build a browser agent with Agno](/cookbook/agno): Integrate Steel with the Agno agent framework.
- [Control a browser with Notte's reasoning engine](/cookbook/notte): Control browsers with AI using Steel's infrastructure and Notte's reasoning engine.
- [Build an AI browser agent with Magnitude](/cookbook/magnitude): Use Steel with Magnitude for AI-powered browser automation.
- [Build a browser agent with Browser Use](/cookbook/browser-use): Integrate Steel with the browser-use framework for AI-driven web automation.
- [Solve CAPTCHAs automatically in a Browser Use agent](/cookbook/browser-use-captcha-auto): Build an AI agent with browser-use and Steel that solves CAPTCHAs automatically.
