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.
Connect your Bluesky account
- 1Create an App Password at bsky.app/settings/app-passwords
- 2Go to Profiles in your Cue dashboard
- 3Click Connect Account on a profile
- 4Select Bluesky from the platform list
- 5Enter your Bluesky handle (e.g., alice.bsky.social)
- 6Enter the App Password you created
- 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.

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.
Schedule to Bluesky via API
Build Bluesky publishing into your own tools with our REST API. Schedule posts, manage content, and automate workflows programmatically.
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.
Questions & Answers
Ready to schedule to Bluesky?
Start publishing to Bluesky and 7 other platforms from one simple dashboard.