Skip to main content
Smooth CLI works with any agent that can run CLI commands.

Supported Agents

  • Codex
  • Cursor
  • Antigravity
  • Cline
  • Factory AI
  • Github Copilot
  • Kiro
  • OpenCode
  • Windsurf
  • Any other agent that can run CLI commands

Installation

1

Install the CLI

pip install smooth-py
2

Configure your API key

Get your API key from app.smooth.sh, then run:
smooth config --api-key YOUR_API_KEY
3

Add to your agent

npx skills add https://github.com/circlemind-ai/smooth-sdk
4

Give your agent a task

Ask your agent to do something on the web. It will use Smooth automatically.
Find a one-way flight from London to NY leaving tomorrow
Pro Tip: You can also give your agent complex goals. Our skill will teach it how to break them into subtasks and distribute them across multiple concurrent browser sessions automatically.