Examples

Here are a few common Playbooks CLI commands that reflect the current command tree.


Login

Connect the CLI to your Playbooks account.

Terminal
playbooks login

Account

View the Playbooks account you're currently connected to.

Terminal
playbooks account

Account Invoices

View invoices for the currently active account.

Terminal
playbooks account invoices --page 1 --pageSize 25

Account Ledgers

View account ledger activity.

Terminal
playbooks account ledgers --select 'id,amount,type'

Search Plays

Search marketplace plays using the shared query option.

Terminal
playbooks plays --query next

Download

Download a Playbooks repo to your local machine.

Terminal
playbooks download <repo_uuid>

MCP

Configure Playbooks MCP for your coding client.

Terminal
playbooks mcp codex

Logout

Disconnect the CLI from your Playbooks account.

Terminal
playbooks logout