Give your AI agent a browser that actually works
The Problem
AI agents like Claude Code are powerful, but they’re mostly stuck in the terminal. Meanwhile, most valuable work happens in the browser.
Current browser tools for agents (like --chrome, Playwright MCP, agent-browser) all make the same mistake: they expose low-level actions like click, type, and scroll. This forces your agent to think about button positions instead of your actual goals.
This creates three problems:
The Solution
Smooth CLI is a browser built for AI agents. Instead of exposing hundreds of low-level tools, it gives agents a simple natural language interface. Your agent says what it wants. Smooth figures out how to do it.
How It Works
Instead of this:
Your agent just says:
The agent thinks about your goals. Smooth handles the browser.