Docs
Bluesky

Overview

Connect Bluesky, capabilities, and known limits.

Bluesky supports text, images, and video with native threads, quotes, likes, reposts, bookmarks, and replies.

PageTopics
PostsPublish text, image, multi-image, video; threads; quotes; schedule; delete
CommentsList and create replies
EngagementLike, repost, bookmark
InsightsMetrics for published posts

Connect

  1. Open Dashboard → Connections and click Bluesky.
  2. Enter your handle (e.g. alice.bsky.social or email).
  3. Create an App Password at Bluesky → Settings → Privacy and Security → App Passwords.
  4. Click Connect. You are now connected.

For programmatic connects see Connection → Bluesky.

If you later get a permission error, create a new App Password and reconnect.

Capabilities

ActionSupportedNotes
Text-only postYesMax 300 characters
Image postYesSingle image
Multi-imageYes2–4 images
Video postYesSingle video up to 100 MB
Thread (reply chain)YesUse thread to publish a reply chain
QuoteYesQuote another Bluesky post via quoteTweetId
Link cardYesAdd a link to show a preview
ScheduleYesCancel any time before it publishes
Remote deleteYesDeletes the post record
Replies (comments)YesList, create, delete
Like / unlikeYesVia engagement endpoints
Repost / unrepostYesVia engagement endpoints
BookmarkYesVia engagement endpoints
InsightsPartialLikes, replies, reposts, quotes (no impressions)
Account statsYesFollowers / following / posts
Creator mediaYesposts_with_media feed

Known limitations

  • Text is limited to 300 characters per post. Longer text is rejected with TEXT_TOO_LONG.
  • Media URLs must be publicly accessible HTTPS links.
  • Videos are uploaded directly.
  • Insights on Bluesky have no impressions, reach, or plays. Only counts are returned.

Bluesky API FAQ

How much does it cost to post to Bluesky through Onepostly?

Posting to Bluesky runs on your Onepostly plan with no separate platform fee. X is the only platform billed per action, and that passes through at X's own list prices.

Why use Onepostly instead of building on Bluesky directly?

Going direct means learning AT Protocol concepts, managing DIDs, and implementing record creation and facet parsing yourself. Onepostly gives you one endpoint for posts, threads, quotes, link cards, engagement, and analytics.

How does Bluesky authentication work?

Accounts connect with a handle and an App Password created in Bluesky settings — no developer portal involved. We handle session management from there.

What can I post to Bluesky?

Text up to 300 characters per post (checked before publish), single image, multi-image of 2–4, video up to 100 MB, threads, quote posts via at:// URI, and link cards.

Can I post to Bluesky and other platforms in one request?

Yes. Add Bluesky alongside X, LinkedIn, TikTok, and more as destinations in a single POST /v1/posts call — every destination reports its own status.

Related pages

See also