Three ways to build on
Maeve Social.
Everything the web app does, the REST API does too, and that whole API is open to you. The maeve-cli puts it in your terminal, and the MCP server hands a curated slice of it to your AI agents. So whatever you want to build on top of Maeve, an internal tool, a dashboard for your clients, a bot that posts while you sleep, the pieces are already sitting here waiting for you. It has never been this easy to make your own thing, so go and make it.
REST API
Workspace-scoped REST routes
The same routes the web app runs on, open for you to call yourself. Schedule posts, pull analytics, reply in the inbox, all from your own code, with Maeve API keys, OpenAPI 3.x, and a live Scalar reference.
POST /v1/workspaces/{id}/content
Your service queues content
Maeve validates
Per-network rules, role checks, audit log
Published
Delivered to 11 networks on schedule
CLI
108 commands across 11 namespaces
$ maeve auth login
$ maeve post create --network instagram \
--media ./grid.jpg --at "2026-06-02 09:00"
post_01H... scheduled
Install maeve-cli from npm, sign in once, and your terminal does everything the web app can. Drop MAEVE_API_KEY into your CI and it runs in a pipeline while you are away. JSON in, JSON out.
Read the CLI overviewMCP
48 OAuth-scoped tools
mcp:readmcp:writemcp:dangerousPoint Claude, Codex, or Cursor at the MCP server and your agent works inside Maeve the way you would. You set how far it can reach, from read-only, to real changes, to the dangerous tools it only touches when you say so.
Read the MCP overviewBrowse every endpoint interactively, generated from the OpenAPI spec the SDK and CLI ship against.
Browse all developer guides
Introduction
Automate social media publishing with the Maeve Social API
ReadQuickstart
Create an API key and publish your first content item in under 5 minutes
ReadAuthentication
How to authenticate with the Maeve Social API
ReadWorkspaces
How workspaces and organizations scope your API access
ReadContent
Creating, scheduling, publishing, and managing social content
ReadMedia
Uploading images and videos to attach to content
Read