Skip to main content
Actionbook provides four integration methods, with the CLI being the primary and recommended way for most users.
MethodBest ForInstallation Time
CLI (Recommended)AI agents, browser automation, command line< 1 minute
Browser (Extension)Use your own Chrome with login sessions< 2 minutes
MCP ServerAI IDEs (Cursor, Claude Code, VS Code)< 1 minute
JavaScript SDKCustom agents, programmatic integration< 2 minutes

Prerequisites

Before installing, make sure you have:
Check your Node.js version with node --version
Actionbook is currently in open beta. No API key required!
Install the CLI globally to use Actionbook anywhere:
npm install -g @actionbookdev/cli
The Rust-based CLI uses your existing system browser (Chrome, Brave, Edge, Arc, Chromium), so no extra browser install step is required. Once installed, you can use the actionbook command directly or let your AI agent use it.

Skill Installation

To enhance your AI agent’s capabilities with Actionbook, add the skill to your project:
npx skills add actionbook/actionbook

Other Methods

For specific IDE integrations or programmatic usage, see: