ChatGPT
- Protocol
- GPT Actions
- Endpoint
- https://app.replynodes.com/api/public/v1
- Authentication
- Raw API key in Authorization (no Bearer), or pos_ OAuth app token
- Setup
- ChatGPT setup →
The ReplyNodes public API lets AI agents and applications schedule, publish, and manage social content programmatically — with social-account connections and support for integrations.
ReplyNodes is social media infrastructure for AI agents and applications. The public REST API at https://app.replynodes.com/api/public/v1 exposes the same publishing capabilities as the MCP server, for direct HTTP integration from any application.
Check verified OpenAPI publication status → The contract remains unpublished until the owning backend can export complete authoritative schemas.
ChatGPT uses GPT Actions calling the REST API. It is not an MCP client. MCP clients use the remote MCP server. API keys are created in the app at Developers → API Keys & Agents (/developers).
Connect your social accounts to ReplyNodes once; the API then reads and publishes to them through the platform's integrations.
Send a raw API key in the Authorization header, or use an OAuth app token prefixed with pos_.
Create and schedule posts, check channel status, and follow the documented workflow.
Connect and manage social accounts through the platform's integration layer.
Create, read, update, and delete posts programmatically — draft, schedule, and publish across any connected channel.
Add and remove connected social channels and check their connection status through the API.
The same integration layer that powers the MCP server — one API connection covers publishing across the social networks you connect.
Consult the public API documentation for current supported workflows.
API requests use a raw API key in the Authorization header, with no Bearer prefix. OAuth app tokens prefixed with pos_ work identically. Create API keys at Developers → API Keys & Agents (/developers).
Use a raw API key in the Authorization header, or use an OAuth app token prefixed with pos_. Both work with the public API; API keys are created at Developers → API Keys & Agents (/developers).
Yes — the API supports creating and scheduling posts programmatically, the same way the MCP server does. Agents can queue posts with specific timing and content for any connected channel.
Use the public API documentation for current endpoint, authentication, and workflow guidance.
Agents and applications can connect social accounts via OAuth2, create and schedule posts, publish across every connected channel, and manage channel connections — through the same integration layer that powers the MCP server.
Both give agents programmatic access to the same publishing capabilities. MCP is a tool interface for AI agents that use the Model Context Protocol; the REST API is for direct HTTP integration from any application, script, or workflow tool.
Get started: read the public API docs, see the OAuth2 flow, or use the social media MCP server for AI agents, or Open ReplyNodes.