Developers
Three ways to build on
EziBreezy.
The public REST API is the source of truth. The @ezibreezy/cli is generated from its OpenAPI spec. The MCP server wraps a curated subset of it for AI agents. Pick the surface that fits the operator — humans use the web app, scripts use the CLI, AI agents use MCP, and your services use the REST routes directly.
Public API
REST API
150 endpoints across 11 controllers
Schedule posts, manage media, run analytics, reply in the inbox, send client review batches — programmatically. ezb_live_ keys, OpenAPI 3.x, Scalar reference, role-aware on every call.
Read the API overviewTerminal
CLI
108 commands across 11 namespaces
@ezibreezy/cli on npm. Sign in with a browser-approved device flow, drop EZIBREEZY_API_KEY in your CI, and every operation the web app does is one shell command away. JSON in, JSON out.
Read the CLI overviewAI Agents
MCP
48 OAuth-scoped tools
Native Model Context Protocol server for Claude, Codex, and Cursor. 32 read tools, 5 write tools, 11 dangerous tools — gated by mcp:read / mcp:write / mcp:dangerous scopes, with confirmation strings on the high-risk ones.
Read the MCP overviewLive API Reference
Browse every endpoint interactively, generated from the OpenAPI spec the SDK and CLI ship against.
Guides
Browse all developer guides
Introduction
Automate social media publishing with the EziBreezy API
ReadQuickstart
Create an API key and publish your first post in under 5 minutes
ReadAuthentication
How to authenticate with the EziBreezy API
ReadWorkspaces
How workspaces and organizations scope your API access
ReadPosts
Creating, scheduling, and managing social media posts
ReadMedia
Uploading images and videos to attach to posts
Read