Command line

Build revenue software from your terminal

Scaffold, query sandbox data, run review campaigns, and deploy without leaving the shell.
graph8: zsh $ graph8 deploy ✓ build ready $ graph8 campaigns run → 1,204 contacts queued → pipeline autonomous $ graph8 logs --tail
install
$ npm install -g @graph8/cli
01 / Commands

Everything the SDK does, scriptable.

The same revenue primitives, one command at a time, so scaffolding, queries, and deploys all live in your shell history.

graph8 init

Scaffold a new project wired to the SDK and your API key.

graph8 auth

Log in, switch orgs, and manage scoped keys from the terminal.

graph8 contacts

Search, enrich, and export verified contact data on demand.

graph8 campaigns

Create, draft, and launch multichannel campaigns in one command.

graph8 events

Tail sandbox event streams straight in your shell.

graph8 deploy

Deploy your project after workspace approval.

02 / Start building

One install. The whole stack, from your shell.

Scaffold a project, run sandbox queries, and request approved workspace access without leaving the terminal.

Build with graph8