Skip to main content
Goal: run your first actionbook browser workflow with a working local setup in under 2 minutes.

Quick Setup (CLI)

  1. Install the CLI:
curl -fsSL https://actionbook.dev/install.sh | bash
Re-run the same command to upgrade.
  1. Run the setup wizard (recommended):
actionbook setup
setup configures API key, browser mode, health checks, and optional agent skill installation in one flow.
  1. Run your first browser commands:
actionbook browser open "https://example.com"
actionbook browser snapshot
actionbook browser close
If snapshot returns the page structure, your local setup is ready.

What You Have

  • Actionbook CLI installed
  • Local config written to ~/.actionbook/config.toml
  • Browser automation verified with actionbook browser ...

Next Steps

CLI & Skills Guide

Learn more about CLI commands and Skills

MCP Server (Optional)

Advanced IDE integration via MCP