One API. Ten Platforms.
Publish to Instagram, Facebook, YouTube, X, LinkedIn, TikTok, Threads, Bluesky, Pinterest, and Reddit via REST, CLI, or SDK. No dashboard required.
Ten platforms. One integration.
5-minute quickstart
Install. Configure. Publish.
# Install
npm install -g @socifyr/cli
# Configure once
socifyr configure --key sk_... --workspace ws_abc123
# Post to multiple platforms
socifyr post "We shipped v2.0!" --to instagram-mybrand,x-myhandle,linkedin-myhandle
# Check status and retry
socifyr status cnt_xyz789
socifyr retry cnt_xyz789From zero to first post
No OAuth SDKs. No token refresh logic. Connect once, publish forever.
Get an API key
Create a workspace, generate a scoped key. No OAuth flow.
Connect platforms
OAuth connects Instagram, X, LinkedIn and more. Token refresh handled.
Publish via API
One call fans out to every connection you specify by slug.
Built for real failure modes
Rate limits, token expiry, partial failures — handled as first-class events.
Idempotent retries
Idempotency keys prevent duplicates even on network timeout.
Signed webhooks
HMAC-SHA256 signatures. Verify before updating downstream systems.
Timezone-aware scheduling
ISO 8601 + IANA timezone names. Fan-out in correct local time.
Workspace-scoped keys
API keys scoped to workspace. Rotate without affecting other services.
Structured errors
Rate limits and token expiry are structured errors. Retry when quota resets.
Partial failure handling
One platform fails, nine succeed. Retry only the failed channels.
Everything is documented
One docs app for SDK, CLI, REST, webhooks, and MCP.
Automation starts here
CI/CD, RSS feeds, AI agents — Socifyr fits into workflows you already have.
CI/CD deployment announcements
Call the API from GitHub Actions or GitLab CI after a successful deployment to announce new features.
RSS feeds to social
Your build system fetches the RSS feed and pushes formatted posts to Socifyr on a schedule.
AI agent content creation
Claude or Cursor calls the MCP server to list connections and publish content autonomously.
n8n / Make automations
Webhook trigger fires on post completion. Sync results to a spreadsheet or notify Slack.
Scheduled cross-posting
Queue posts in advance with ISO timestamps and timezone-aware fan-out across platforms.
Retry failed posts
When one platform fails, idempotency keys let you retry without creating duplicates.
Trusted by teams worldwide
Digital media outlets, humanitarian networks, and AI labs reach audiences across ten platforms.
Dashboard for visual publishing
A visual interface on top of the same API. Compose posts, browse media, track results, manage team access.
- Compose and preview across platforms
- Media library with reuse
- Publishing history and per-channel results
- Team workspaces and roles
Free to start
No credit card. Start free, upgrade when your workflow grows.
Integrate in minutes.
REST API, CLI, or SDK. Pick your surface and publish to ten platforms.