Socialit
Bluesky

Bluesky publishing without AT Proto homework.

Connect a handle with an app password and publish through Socialit. We speak AT Proto so your product can keep a simple REST shape.

API

Post to Bluesky

Real Socialit shape. target_account_ids points at a connected Bluesky account (bluesky).

Full posts reference →
curl -X POST https://api.socialit.com/v1/posts \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "content": "Hello from the Socialit API.",
    "target_account_ids": ["sa_bsky"],
    "publish": true
  }'
Why Socialit

Socialit API vs official Bluesky API

Socialit

  • One API key for every network you connect
  • OAuth, token refresh, and media upload handled for you
  • Schedule, queues, and drafts in the same request shape
  • Hosted in our Prague data center. FunFirst-run stack
  • First 2 social accounts free. Pay per seat after that
  • Credential connect for Bluesky without building a PDS client

Official Bluesky API

  • AT Proto session, repo, and blob upload details
  • Facet encoding for links and mentions to implement yourself
  • PDS host differences across users
  • No shared compose with mainstream networks
  • You maintain app-password UX and rotation
Content

Supported content types

  • Posts Up to 300 characters
  • Images Up to 4
  • Video MP4
  • DMs and comments Where supported
Features

What you get with Bluesky

  • App password connect

    Users connect with handle + app password. No OAuth circus.

  • Messages and comments

    Engagement capabilities when Bluesky APIs allow.

  • Validate length

    Catch 300-character overflows before publish.

  • Same seats

    Bluesky accounts count like X or LinkedIn toward capacity.

FAQ

Common questions

OAuth or app password?

Bluesky on Socialit uses handle + app password connect. See the Connect API docs.

Custom PDS?

We target the standard Bluesky service path. Talk to us for unusual PDS setups on enterprise.

Images?

Upload media to Socialit first, then reference media_ids on the post.

Why Socialit for Bluesky?

So Bluesky is not a one-off SDK in your codebase while everything else is REST.

Ready to connect Bluesky?

First 2 accounts free. Every feature included.