0.1.1 • Published yesterdayCLI
@hitide/cli
Licence
UNLICENSED
Version
0.1.1
Deps
2
Size
106 kB
Vulns
0
Weekly
0
@hitide/cli
HiTide is social SMS list growth — turn your Instagram, TikTok & Facebook followers into SMS & email subscribers with automated DMs.
This is the HiTide command-line interface: drive your workspace — campaigns, subscribers, metrics, integrations — from the terminal or an AI agent. Every command is scoped to one workspace by its API key and prints JSON.
Install
npm install -g @hitide/cli
Get your API key
- Go to gohitide.com and log in.
- Settings → API Keys → Manage API Keys → Create API Key.
- Copy the key — it starts with
ws_.
Authenticate
export HITIDE_API_KEY=ws_xxx
hitide auth:status # confirm it worked
Or save it once with hitide auth:login instead of the env var.
Commands
Run hitide --help, or hitide <topic> --help for a topic. Every command supports --json.
Topics: workspace, metrics, billing, campaigns, accounts, content, integrations, subscribers, collected, members, keys, auth.
Using an AI agent? The bundled SKILL.md teaches it the full command surface.