CLI
The Notipo CLI lets you create and publish posts, trigger syncs, and monitor jobs from any terminal, script, or AI agent. All output is JSON on stdout — designed to be parsed by machines as easily as read by humans.
Installation
Run without installing via npx:
npx notipoOr install globally for faster repeated use:
npm install -g notipoAuthentication
Set two environment variables — your Notipo instance URL and your API key:
export NOTIPO_URL=https://notipo.com
export NOTIPO_API_KEY=your-api-keyFind your API key in the Notipo dashboard under Settings → Account. Self-hosted users set NOTIPO_URL to their own domain.
You can also pass them inline for one-off commands:
NOTIPO_URL=https://notipo.com NOTIPO_API_KEY=your-api-key npx notipo status