What is the clarife API?
The clarife API gives developers, AI agents, and automation tools full access to the clarife platform. You can create and update documents, upload media, manage shares, and react to events via webhooks — all with a simple REST interface.REST API
Standard HTTP endpoints with JSON payloads. Works with any language or tool.
MCP Server
Model Context Protocol endpoint for Claude Desktop, Cursor, and other AI assistants.
Webhooks
Real-time event notifications delivered to your server when things change.
Automation
First-class support for n8n, Make, and Zapier via HTTP modules.
Who is it for?
- Developers building custom integrations or internal tools
- AI agents that create and manage documentation autonomously
- Automation platforms (n8n, Make, Zapier) connecting clarife to your workflow
- Teams that need programmatic control over their documentation pipeline
Plan Requirements
| Feature | Pro | Business |
|---|---|---|
| Rate limit | 100 req/min | 500 req/min |
| API keys | 5 | 20 |
| Webhook subscriptions | 3 | 20 |
| MCP access | Yes | Yes |
Base URL
All API requests use the following base URL:Quick Start
Create an API key
Go to Settings > API in your clarife dashboard. Click Create API key, name it, and select the scopes you need.
Response Format
All endpoints return JSON. Single resources are wrapped indata:
error message and machine-readable code:
What’s Next?
- Authentication — creating and managing API keys
- Documents — CRUD operations on documents
- Webhooks — real-time event notifications
- MCP Server — connect AI assistants to clarife