// REST API · CLI · MCP Server · Webhooks

Headless social publishing
for developers and AI agents

Build social publishing into your app, workflow, internal tool, or AI agent. VoxBurst handles platform auth, scheduling, retries, analytics, webhooks, and brand voice — so you don't have to rebuild the social media plumbing.

// SCHEDULE A POST VIA REST API
POST /v1/posts
Authorization: Bearer <api_key>

{
  "content": "Shipping v2.0 today. Changelog →",
  "platforms": ["twitter", "linkedin", "bluesky"],
  "scheduledAt": "2026-04-25T14:00:00Z",
  "personaId": "prs_abc123"
}
// REST API

One API for social publishing

Everything you can do in the VoxBurst dashboard, you can do via the REST API. Create drafts, schedule posts, publish content, manage accounts, upload media, and track post status across 15 platforms from a single endpoint.

Create and schedule posts

Draft posts, set publish times, attach media, and target specific platforms — all via a single API call.

Manage social accounts

List connected accounts, check connection status, and control which platforms are active per workspace.

Upload media

Upload images and videos directly via the API. Attach them to posts or store them for later use.

Track post status

Poll or subscribe to real-time publish status: scheduled, queued, published, failed, or retrying.

Pull analytics

Fetch engagement metrics, reach, impressions, and audience growth for any post or account.

Manage workspaces

Create and configure workspaces, manage team members, and scope all operations to a tenant.

// MCP · REST · CLI · WEBHOOKS

Agent-ready by design

AI agents can interact with VoxBurst through MCP, REST API, CLI, and webhooks. VoxBurst is designed so agents can create, schedule, and publish content with the same primitives humans use — no special agent mode required.

The MCP server exposes tools that Claude, GPT, and any MCP-compatible agent can call directly: create a post, apply a brand voice persona, check publish status, pull analytics. Connect once — agents can handle the rest.

MCP Server
Native tool calls for Claude, GPT, and compatible agents
REST API
JSON API with API key and JWT auth
CLI
npm install -g @voxburst/cli
Webhooks
React to publish events in real time
// WEBHOOKS

Webhooks for real workflows

VoxBurst sends signed webhook events when posts are created, scheduled, published, failed, approved, or updated — so external systems can react automatically. Payloads are HMAC-SHA256 signed and include automatic retries on failure.

post.created

A new post was created or imported.

post.scheduled

A post was scheduled for future publish.

post.published

A post was successfully published to a platform.

post.failed

A publish attempt failed after retries.

post.approved

A post was approved through a review workflow.

post.updated

A post was edited or rescheduled.

account.connected

A social account was connected to a workspace.

account.disconnected

A social account was disconnected or revoked.

// CLI

CLI for builders

Use VoxBurst directly from the terminal — for testing, scripting, CI/CD pipelines, and internal workflows. Post, schedule, check publish status, and manage accounts without touching a browser.

# terminal
$ npm install -g @voxburst/cli

$ voxburst post create \
    --content "Shipping v2 today." \
    --platforms twitter,linkedin \
    --schedule "2026-04-25T14:00Z"

$ voxburst post status abc123

$ voxburst accounts list
// USE CASES

What you can build

VoxBurst handles the social publishing infrastructure. You build the product.

Add social publishing to your SaaS

Let your users schedule and publish social content without leaving your product. VoxBurst handles platform auth, queues, and retries.

Let an AI agent draft and schedule content

Connect Claude, GPT, or any MCP-compatible agent to VoxBurst. Agents can create posts, apply brand voice, and queue them for review or immediate publish.

Push approved CMS content to social channels

When a blog post or product page goes live, automatically create and schedule social variants across all your platforms.

Build a client portal with social publishing built in

Give clients a publishing interface without building the platform integrations yourself. VoxBurst handles 15 social networks out of the box.

Trigger posts from product launches or GitHub releases

Wire VoxBurst into your CI/CD pipeline or webhook chain. Publish release notes, changelogs, or launch announcements automatically when you ship.

// GET STARTED

Start building
with VoxBurst.

All plans include full REST API access. No separate developer tier — just ship.