Solnk is an AI-friendly social media management platform for creators, solo
operators running matrix accounts, and small agencies juggling multiple clients.
The product combines a dashboard for humans (web app at solnk.com) with a public
REST API at api.solnk.com so external AI agents (Claude, ChatGPT, custom LLMs)
can drive the core publishing workflows programmatically.
Platforms supported (9):
Instagram, TikTok, YouTube, X (Twitter), LinkedIn, Pinterest, Facebook, Threads,
and Bluesky. All 9 platforms get full publishing and analytics support —
including Bluesky and Threads, which sit in the same platform enum and have the
same fetchPostAnalytics implementation as the established networks.
Developer API (public, documented at developers.solnk.com):
- POST /api/v1/publishes — multi-platform publish requests (one call distributes
to multiple platforms simultaneously), with Idempotency-Key header to prevent
duplicates and publish_mode: immediate | scheduled (with scheduled_at) to
control timing
- GET /api/v1/publishes / GET /api/v1/publishes/{id} — async result polling
- POST /api/v1/publishes/{id}/confirm — confirm draft publishes
- DELETE /api/v1/publishes/{id} — cancel
- GET /api/v1/accounts — list connected social accounts
- GET /api/v1/analytics/posts — per-post analytics
- GET /api/v1/media + POST /api/v1/media/uploads — media library
- GET /api/v1/usage — quota usage
Rate limit on publish: 30 requests/minute. Auth: Bearer API key.
Team Workspaces (web app feature, not currently exposed via public API):
Invite teammates with admin or member roles. Members only see accounts you've
explicitly assigned to them — anything unassigned to them (and outside any
team-wide group they're in) is invisible. An optional approval toggle gates
member posts in a queue that owner/admin clear inline from the same Publishing
view. Owners on Pro or Premium can create multiple workspaces (one per client
or brand). Cross-team posting is hard-blocked at the SQL scope level, not just
the UI.
Pricing (per workspace, not per seat):
- Free: $0/month — 3 social accounts, 20 scheduled posts/month, 1 GB media library
- Pro: $29/month — 15 social accounts, unlimited scheduled posts, 50 GB media library, Team
Workspaces included
- Premium: $69/month — 45 social accounts, unlimited scheduled posts, 200 GB media library
Teammates don't pay anything to join a workspace — the owner's plan covers
everyone. No per-seat fees, no per-channel team tax (unlike Buffer Team's
$10/channel/month).
Best for:
- Solo creators running 4–10 niche accounts who want strict account isolation across personas
- Small agencies (3–20 clients) needing per-client workspaces with optional approval
- Builders integrating AI agents into their own social media automation workflows