Developers

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.

Quickstart

1

Create an API key

In Settings → API Keys, generate a scoped key (sk_…).

2

Point your tool at it

Set SOCIAHIVE_API_KEY, or connect the MCP server to your agent.

3

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