SocioPilots

Docs

A technical overview of how SocioPilots works under the hood. Full API reference documentation is on the way.

API

SocioPilots is powered by a GraphQL API for managing posts and accounts — queries and mutations for creating, scheduling, and publishing posts, and for listing or disconnecting connected social accounts.

Connecting accounts

Social accounts are connected via each platform's own OAuth flow. Once connected, an account becomes available as a target when creating a post — no platform credentials are ever shared directly with SocioPilots.

Scheduling model

A post can target one or more connected accounts. Each target tracks its own status independently (pending, publishing, published, or failed), so a failure on one channel never blocks the others.

Auto first-comment

If a post has an auto-comment configured, it's posted as a reply immediately after the parent post publishes successfully on that channel.