What problem does it solve?
AI browser automation agents repeatedly get stuck at login walls, waste time filling forms and handling redirects, and lose session state.
Core Features & Use Cases
- Dev-only auth shortcuts: Generates guarded login endpoints and/or token generator scripts that work in development but are hidden in production (returns 404).
- Auth-system-aware setup: Validates dev-mode detection, detects your existing authentication approach (session/cookies and/or tokens), and builds shortcuts that call your existing auth functions.
- Agent instruction updates + self-destruct: Detects common browser automation tools and updates agent instruction files with tool-specific authentication usage, then removes the installed skill after completion.
Quick Start
Ask an agent to install and run burn-after-login so it sets up your dev-only login shortcut(s) and updates your agent instructions, then self-destructs afterward.