Start here
Quickstart
Make your first authenticated request and schedule a post.
Authentication
Send your workspace API key as a Bearer token.
API reference
Explore every endpoint with an interactive playground.
Base URL
All REST endpoints use the following production origin:/public/v1. PostlyBee uses HTTPS only in production.
What you can build
Publishing workflows
Create drafts, schedule posts, publish immediately, or build threads for
connected accounts.
Media pipelines
Upload images and video files before attaching them to a post.
Account discovery
List connected social accounts and select the correct destination by ID.
Agent integrations
Connect compatible AI clients through PostlyBee’s OAuth-enabled MCP server.
Request flow
Most publishing integrations follow the same sequence:- Read the API key from a secure secret store.
- List connected accounts and select an account ID.
- Upload any media and keep the returned media ID and URL.
- Create a draft, scheduled post, or immediate post.
- Query the post later to inspect its state and publication URL.