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 notipo

Or install globally for faster repeated use:

npm install -g notipo

Authentication

Set two environment variables — your Notipo instance URL and your API key:

export NOTIPO_URL=https://notipo.com
export NOTIPO_API_KEY=your-api-key

Find 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

Commands

Command
notipo status
notipo sync
notipo posts
notipo posts create
notipo posts delete <id>
notipo jobs
notipo help