paragraph-api
Installation
SKILL.md
Paragraph API
REST API and TypeScript SDK for Paragraph — a web3 publishing and newsletter platform. Manage posts, publications, subscribers, and coins without installing any CLI tools.
For CLI or MCP access, see the paragraph-cli skill instead.
Choose your interface
| Interface | Install required | Best for |
|---|---|---|
| REST API | No | Any language, curl, quick scripts |
| TypeScript SDK | npm install @paragraph-com/sdk |
TypeScript/JavaScript projects with type safety |
Authentication
Generate an API key in your publication settings.
Many read endpoints are public — no key needed. Write endpoints (create, update, delete posts, manage subscribers) require authentication.
Related skills