From e16747bc04f3298fb38de4ae62abe27494889684 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 13 Jan 2026 00:13:36 -0800 Subject: [PATCH 1/2] Standardize README with Stagehand branding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Replace README header with standardized Stagehand branding - Update docs URL to /v3/sdk/python - Add 'What is Stagehand?' and 'Why Stagehand?' sections 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- README.md | 71 +++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 64 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index eed06b8..4cd72e8 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,67 @@ -# Stagehand Python API Library - -[![PyPI version](https://img.shields.io/pypi/v/stagehand-alpha.svg?label=pypi%20(stable))](https://pypi.org/project/stagehand-alpha/) - -The Stagehand Python SDK provides convenient access to the [Stagehand REST API](https://docs.stagehand.dev) from applications written in Python. - -It is generated with [Stainless](https://www.stainless.com/). + +

+ The AI Browser Automation Framework
+ Read the Docs +

+ +

+ + + + MIT License + + + + + + Discord Community + + +

+ +

+ browserbase%2Fstagehand | Trendshift +

+ +

+If you're looking for other languages, you can find them + here +

+ +
+ Vibe code + Stagehand with + + Director + + + + Director + +
+ +## What is Stagehand? + +Stagehand is a browser automation framework used to control web browsers with natural language and code. By combining the power of AI with the precision of code, Stagehand makes web automation flexible, maintainable, and actually reliable. + +## Why Stagehand? + +Most existing browser automation tools either require you to write low-level code in a framework like Selenium, Playwright, or Puppeteer, or use high-level agents that can be unpredictable in production. By letting developers choose what to write in code vs. natural language (and bridging the gap between the two) Stagehand is the natural choice for browser automations in production. + +1. **Choose when to write code vs. natural language**: use AI when you want to navigate unfamiliar pages, and use code when you know exactly what you want to do. + +2. **Go from AI-driven to repeatable workflows**: Stagehand lets you preview AI actions before running them, and also helps you easily cache repeatable actions to save time and tokens. + +3. **Write once, run forever**: Stagehand's auto-caching combined with self-healing remembers previous actions, runs without LLM inference, and knows when to involve AI whenever the website changes and your automation breaks. ## Installation From 34fb79cca466604770f92deedab03d53eae980ee Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 13 Jan 2026 00:25:04 -0800 Subject: [PATCH 2/2] Fix media URLs to use absolute GitHub paths MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4cd72e8..96328b6 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ @@ -16,14 +16,14 @@

- - MIT License + + MIT License - - Discord Community + + Discord Community

@@ -45,7 +45,7 @@ If you're looking for other languages, you can find them - Director + Director