Skip to main content
The Paragraph CLI is a command-line tool for managing posts, publications, subscribers, and coins. It works for both human and programmatic (agent) usage.
Prerequisites:
  • Node.js version 18 or higher

Install

Authentication

Get your API key from paragraph.com/settings -> Publication -> Developer.
1

Authenticate

Or provide the key directly:
2

Verify

For CI or agent environments, you can pipe the token or set an environment variable:
Credentials are stored in ~/.paragraph/config.json (mode 0600).

Quick examples

Run paragraph --help for all commands, or paragraph <command> --help for details on any command.

Agent skill

Using an AI agent like Claude Code or Cursor? Install the Paragraph CLI skill to teach it how to use the CLI:

Resources

Full command reference

Browse all CLI commands with examples and options.

View on GitHub

Explore the source code or report issues.