Social publishing, from the center of the web
Spider Social sits at the center of your web. Write a post once, then schedule, approve, and publish it to LinkedIn, Instagram, Facebook, and YouTube — all from one calendar.
A post moves through clear states, and each state keeps its color everywhere — in the calendar, the queue, and on every channel.
Connect personal profiles and company pages. Each becomes a channel with its own queue, calendar, and publishing history.
Drafts, approvals, scheduled posts, and what already went live — across every channel, in a single month view you can filter.
Posts can wait in a review state until you approve or reject them — useful when something other than you is doing the writing.
Pick a time and walk away. Posts publish on the minute, and the result — link or error — is recorded on the post.
Agent API
A documented REST API (with an OpenAPI spec at /api/v1/openapi.json) lets AI agents create posts, attach media, and schedule. Work from untrusted keys lands in Needs approval until you sign off.
curl -X POST /api/v1/posts \
-H "Authorization: Bearer sk_live_…" \
-H "Content-Type: application/json" \
-d '{
"channelId": "…",
"text": "Spun by an agent 🕸️",
"when": "schedule",
"scheduledFor": "2026-08-01T09:00:00Z"
}'Connect an account to make it a channel. You can add more anytime.
Access tokens are encrypted at rest.