Actioncraft: Upload an action video and automate the action.
To be edited later-------- What's Next? Add your API keys Required API keys/environment variables are in the .env.example file. Copy it to .env and add your API keys.
cp .env.example .env && nano .env # Add your API keys to .env Custom .cursorrules We have custom .cursorrules for this project. It'll help quite a bit with writing Stagehand easily.
Run on Browserbase To run on Browserbase, add your API keys to .env and change env: "LOCAL" to env: "BROWSERBASE" in stagehand.config.ts.