Schedule Posts and Threads to Bluesky

Connect your Bluesky account to Cue and schedule posts to the decentralized social network. Reach the growing Bluesky community with perfectly timed content.

Getting started

Connect your Bluesky account

  1. 1Create an App Password at bsky.app/settings/app-passwords
  2. 2Go to Profiles in your Cue dashboard
  3. 3Click Connect Account on a profile
  4. 4Select Bluesky from the platform list
  5. 5Enter your Bluesky handle (e.g., alice.bsky.social)
  6. 6Enter the App Password you created
  7. 7You're connected! Start scheduling posts

App Passwords let you grant limited access without sharing your main password. Create separate passwords for each app you use.

Capabilities

What you can do with Bluesky

Features and capabilities specific to Bluesky publishing.

Single Posts

Schedule text posts with up to 300 characters. Bluesky counts graphemes, so emoji count as 1 character.

Thread Creation

Create connected threads to share longer thoughts. Each post in the thread is automatically linked.

Image Support

Upload up to 4 images per post. Bluesky compresses images automatically, so optimize for quality.

Smart Scheduling

Let Cue pick the optimal posting time to reach your Bluesky followers when they're most active.

API Publishing

Schedule Bluesky posts programmatically via the Cue API. Build automations with n8n or custom code.

Decentralized Ready

Works with custom domain handles and any Bluesky PDS. Your data, your identity, your choice.

For developers

Schedule to Bluesky via API

Build Bluesky publishing into your own tools with our REST API. Schedule posts, manage content, and automate workflows programmatically.

api.oncue.so
POST /v1/posts

{
  "profileId": "prf_abc123",
  "platforms": {
    "sac_bluesky123": {
      "items": [{
        "content": "Hello from the open social web!"
      }]
    }
  },
  "publishNow": true
}
  • RESTful endpoints

    Create, schedule, and manage Bluesky posts programmatically with simple HTTP requests.

  • Webhook notifications

    Get notified when your Bluesky posts publish, fail, or need attention.

  • Full documentation

    Complete API reference with Bluesky-specific examples in multiple languages.

View API documentation

Questions & Answers

App Passwords are special passwords created in your Bluesky settings that let third-party apps post on your behalf without sharing your main password. You can revoke them anytime.
Yes! If you use a custom domain as your Bluesky handle (e.g., @yourname.com), Cue works seamlessly with it.
The Bluesky API doesn't currently support video uploads. When they add video support, we'll add it to Cue.
Bluesky counts graphemes (what users perceive as characters), not bytes. Emoji, accented characters, and complex Unicode all count as 1 character each.
Yes! Connect as many Bluesky accounts as your plan allows. Each account needs its own App Password.

Ready to schedule to Bluesky?

Start publishing to Bluesky and 7 other platforms from one simple dashboard.