Build social automation into anything
An MCP server for your AI agent, a scoped REST API, a CLI, and outbound webhooks — everything you need to manage flows, posts, accounts, and analytics programmatically.
MCP Server
Connect SociaHive to Claude, Cursor, or any MCP client. Your agent can manage flows, posts, accounts, analytics, and Autopilot with scoped, per-tool permissions.
- Full Model Context Protocol
- Per-tool scope enforcement
- Destructive actions confirm-gated
REST API (v1)
A versioned HTTP API for flows, posts, templates, connected accounts, analytics, uploads, and Autopilot. Authenticate with a scoped API key.
- Scoped API keys (accounts, posts, flows, analytics…)
- Direct-to-R2 media uploads
- Tier-aware, server-authoritative
CLI
Drive your workspace from the terminal or a script. Post, schedule, build flows, and run Autopilot without leaving your shell.
- `sociahive` command
- Scriptable in CI
- Same scopes as the API
Outbound Webhooks
Subscribe to system events — post published, flow triggered, and more — to keep your own systems in sync in real time.
- Event subscriptions
- Signed payloads
- Retry with backoff
Quickstart
Create an API key
In Settings → API Keys, generate a scoped key (sk_…).
Point your tool at it
Set SOCIAHIVE_API_KEY, or connect the MCP server to your agent.
Start building
Call the CLI, MCP tools, or REST API to manage your workspace.
# CLI export SOCIAHIVE_API_KEY=sk_live_... sociahive posts schedule --account @yourbrand --at "2026-08-01T15:00Z" --text "Launch day" # REST curl https://www.sociahive.com/api/v1/flows \ -H "X-API-Key: $SOCIAHIVE_API_KEY"
What you can automate
- ✓Build and publish DM automation flows
- ✓Schedule and publish posts across 9 platforms
- ✓Generate a flow from plain English
- ✓List and manage connected accounts
- ✓Read analytics and outcomes
- ✓Run and approve Autopilot weeks
Start building
$1 7-day trial. Generate a scoped key in seconds.
Get an API key