Built to be driven by an agent, on every plan.
A public REST API and a Model Context Protocol server, included on every paid plan and in the free trial — plus HMAC-signed webhooks and n8n, Make and Zapier nodes.
- 14-day trial, no card
- Included on every plan
Why it works this way
Most platforms treat the API as the thing you buy the top plan for. That is the assumption this product is built against: automation is the point, not the upsell.
The REST API covers the product surface — create and schedule posts, upload media through presigned URLs, generate text, images and video, read analytics, work the inbox, resolve the next free slot. Keys are hashed, workspace-scoped and permission-scoped, with their own rate limits and a usage dashboard.
Writes accept an `Idempotency-Key` and replay the stored response for 24 hours, so an agent that retries after a timeout cannot double-post. Webhooks are HMAC-signed and retried.
The MCP server exposes the same capabilities as tools, which is what lets an assistant genuinely run an account: draft it, schedule it, check how it did, answer the comment.
Built to be driven by an agent, on every plan.
A public REST API and a Model Context Protocol server, included on every paid plan and in the free trial — plus HMAC-signed webhooks and n8n, Make and Zapier nodes.
- REST API v1 for generation, media, scheduling, publishing, analytics and the inbox
- MCP server so Claude or any MCP client can create, schedule and analyse posts
- Included on Starter through Agency — never an enterprise upsell
curl -X POST https://gongong.ai/api/v1/posts \
-H "Authorization: Bearer $GONGONG_API_KEY" \
-H "Idempotency-Key: launch-week-tue" \
-d '{
"content": "Ship notes: the calendar now publishes.",
"targets": [{ "socialAccountId": "acc_x" }],
"schedule": { "mode": "BEST_TIME" }
}'What you get
Inside api & mcp
Scoped API keys
Hashed at rest, workspace-scoped, permission-scoped, with per-key rate limits, last-used timestamps and instant revocation.
Idempotent writes
Every write route accepts `Idempotency-Key` and replays the stored response for 24 hours.
Signed webhooks
post.published, post.failed, comment.received, dm.received, approval.requested, analytics.weekly_ready and more, HMAC-signed and retried with a delivery log.
MCP tools
create_post, generate_content, repurpose_source, schedule_post, next_free_slot, get_analytics, list_accounts, reply_to_comment.
No-code paths too
Official n8n, Make and Zapier nodes for the automations that do not need code.
Keep going
Pairs well with
Repurposing engine
Drop a YouTube link, a blog post, a PDF, a podcast or a thread and get a full multi-platform set — X thread, LinkedIn post, carousel copy, Reels script, Pin, Short — in a single run.
Read moreAI video studio
Turn a script or a source into a vertical video with AI voiceover, auto B-roll, word-by-word captions and music — then edit it scene by scene and schedule it without leaving the workspace.
Read moreCalendar & publishing
Month, week, day and agenda views with drag-to-reschedule, queues and categories, evergreen recycling, and a publish pipeline built for a 99.5% success rate inside 60 seconds.
Read more
Try api & mcp on your own content
Fourteen days free, no credit card, and the public API is switched on from the first minute.
No credit card · Cancel anytime · Every plan includes the API and the MCP server