Multi-Platform Publishing
Let users publish content across major social platforms directly from your product.
for Developers and AI Agents
Give your app or AI agent one social media connection instead of building separate integrations for every platform and workflow.
One connection, every capability
{
"content": "Hello world!",
"platforms": [
{ "platform": "instagram", "accountId": "acc_ig_92f" }
],
"publishNow": true
}Connect once, then publish, schedule, and read data through the same API.
01
02
03
New to PostPeer? Read the getting started guide
Build directly with the API, connect PostPeer to your automation stack, or give your AI agents social media capabilities. Choose the way you work.
Give Your Agents Social Media Tools. An agent does not need another endpoint list. It needs tools it can call, accounts it can discover at runtime, and responses it can reason about. Select a connection method to see what your agent works with.
Drop PostPeer workflows into supported coding agents so they get request shapes, field names, and error patterns up front.
Point an MCP client at PostPeer and its social actions arrive as typed tools, with connected accounts looked up at runtime.
Running your own agent loop? Every action is a plain HTTP call with a predictable JSON response you can wire into function calling.
---
name: postpeer-publish
description: Publish and schedule social posts through PostPeer
---
# Workflow
1. GET /v1/connect/integrations # find the account
2. POST /v1/posts # content + platforms[]
3. GET /v1/posts/{postId} # status per platform
# Notes
- Schedule with scheduledFor and timezone
- Media must be a public URL
- Results are returned per platform, never all-or-nothingPostPeer gives your product the APIs it needs to build social features without maintaining platform-by-platform infrastructure.
Let users publish content across major social platforms directly from your product.
Schedule content in advance and let PostPeer handle publishing at the right time.
Bring social performance data into your product without working with separate analytics APIs.
Read comments, manage conversations, and let users respond directly from your product.
Bring social messages into your app and build messaging workflows through PostPeer.
Let users connect their social accounts while PostPeer handles OAuth flows and token management.
Connect and manage multiple social accounts for SaaS products, agencies, automations, and AI agents.
Build with a REST API, official SDKs, webhooks, and documentation designed for product teams.
Give any agent one maintained path to publish, schedule, and measure content across every connected platform.
A drop-in skill for Claude Code, Cursor, and Codex. It teaches them how to publish, schedule, and manage posts across every platform.
$ npx skills add \
PostPeer-API/skills --all
✓ added 5 PostPeer skills
> schedule this to LinkedIn and X
tomorrow at 9amOne config block. Claude, Cursor, or any MCP client gets every PostPeer tool as a first-class tool.
{
"mcpServers": {
"postpeer": {
"url": "https://mcp.postpeer.dev/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Pipe-friendly and framework-agnostic. Publish, schedule, and read analytics from OpenAI, LangChain, CrewAI, or anything with function-calling.
$ curl -X POST https://api.postpeer.dev/\
v1/posts \
-H "x-access-key: YOUR_KEY" ...
→ scheduled · post_abc123
queued for 9:00 AMChoose a capability, then explore the API for the platforms you need.
Publish text, images, videos, and supported platform-native formats.
Queue and manage content with date and timezone controls.
Bring social performance and engagement data into your product.
Teams shipping social features on PostPeer today.
Give your users posting, scheduling, analytics, and engagement features through one API your team can maintain.
Start with 20 free credits. No credit card required.