All guides
Getting started

Install the Verbiflow SDK

Updated Jul 10, 2026 · 3 min

The Verbiflow SDK turns your coding agent into a GTM operator. One command installs the Python SDK, a CLI, and an agent Skill for Claude Code and Codex — your agent researches accounts, builds lists, drafts sequences, and stages plays, and Verbiflow runs the sending.

For agents

If you’re pointing an AI agent here, it can install everything itself: tell it to read verbiflow.com/install.md and follow it. The steps below are the same flow, for humans.

01 · Install

Run one command

In a terminal on macOS or Linux (Python 3.11+):

curl -fsSL https://verbiflow.com/install.sh | sh

It installs, without touching your system Python:

  • the verbiflow Python package in an isolated environment at ~/.verbiflow/sdk-venv
  • the verbiflow CLI, linked into ~/.local/bin
  • the verbiflow agent Skill for Claude Code and Codex, so your agent knows the whole platform out of the box
02 · Verify

Check the install

~/.verbiflow/sdk-venv/bin/verbiflow --help
~/.verbiflow/sdk-venv/bin/python -c "import verbiflow as vf; print(vf.__version__)"

Both should succeed. If verbiflow isn’t found by name in a new shell, add ~/.local/bin to your PATH.

03 · Log in

Connect your workspace

Restart your agent session so it picks up the Skill, then ask it to log in to Verbiflow. The SDK prints a claim URL — open it in your browser, sign in, and the agent is connected. No tokens to copy around.

import verbiflow as vf

login = vf.auth.login()
print(login["claim_url"])  # open this in your browser
04 · Work

Put your agent on outbound

Ask for real work, in plain language:

  • “Build a Series A SaaS audience from Crunchbase, draft copy for heads of GTM, and stage the sequence in Verbiflow.”
  • “Take this CSV, enrich it, apply our HubSpot suppression rules, and prepare the rest for review.”

Later, verbiflow update upgrades the SDK and refreshes the Skill in one step.

Questions?

Stuck, or want a play built with you? Book 30 minutes with us.