SociaHive Docs

SociaHive Documentation

Quickstarts, MCP setup, flow patterns, cookbook recipes, and SDK references for the SociaHive automation platform.

Control SociaHive — social media scheduling, automation flows, contacts, and analytics — programmatically. Pick the door that matches you.

The three doors

What else is here

  • Flow patterns — seven named patterns (keyword router, AI fallback, drip with branches, etc.) that cover most of what people build with SociaHive flows.
  • Cookbook — three end-to-end recipes you can copy and run today: auto-reply to Instagram comments, schedule a week of posts from a CSV, triage your AI inbox with Claude.

Surfaces at a glance

SurfaceURL / packageAuthBest for
MCP server (HTTP)https://www.sociahive.com/api/mcpOAuth 2.1 + DCR or X-API-KeyAI assistants — Claude, ChatGPT, Cursor
MCP server (stdio)sociahive-mcp binaryX-API-KeyLocal AI clients (Claude Desktop, Claude Code)
REST API v1https://www.sociahive.com/api/v1/*X-API-Key or OAuth bearerAny HTTP client; the foundation under the SDKs
CLIsociahive (npm)SOCIAHIVE_API_KEY envShell scripts, CI/CD, ad-hoc operations
Node SDK@sociahive/sdkSame as RESTApplication code in TypeScript / Node.js
Python SDKsociahive (PyPI)Same as RESTApplication code in Python

Auxiliary endpoints:

  • Interactive API reference — Scalar UI rendering the OpenAPI 3.1 spec, try-it-now enabled.
  • OpenAPI 3.1 spec — machine-readable; feed it into Postman, ChatGPT Custom GPTs, or any SDK generator.
  • OAuth discovery — /.well-known/oauth-authorization-server (RFC 8414) and /.well-known/oauth-protected-resource (RFC 9728). MCP clients use these to bootstrap auth automatically.

On this page