- Integrations
- /
- Bluesky
Bluesky
Bluesky decentralised social posting
Bluesky is the AT Protocol-based decentralised social network that took off as the Twitter alternative after the platform turbulence in 2022-2024. Tiny Command exposes three actions, no triggers (Bluesky's firehose is a WebSocket stream; for trigger-shaped workflows, the Jetstream filtered firehose or a poll-and-dedupe loop are the practical patterns): Create Session (Auth) (the explicit auth handshake — exchanges identifier + app password for a JWT used on subsequent calls), Create Post (Skeet) (publish a post — Bluesky's term for a post is officially "post" but colloquially "skeet"; supports text, images via blob upload, embeds, replies, threads), Get Author Feed (the public timeline of a specific handle's posts, paginated). The connection uses an app password generated in Bluesky settings (different from the account password — scopes only to the API and revokable individually). Posts are 300 characters max. The AT Protocol is open — your account can move to a different PDS (Personal Data Server) without losing followers or posts, the federation differentiator.
Do anything Bluesky can do, from a workflow.
Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.
| Action | What it does |
|---|---|
| Create Post (Skeet) | Posts to Bluesky (300 character limit). Supports text, images (up to 4), reply threading, and link cards. Useful for cross-network publishing — workflow takes a blog post update, posts the announcement to Bluesky alongside other social channels. |
| Create Auth Session | Bluesky's session-based auth — exchanges identifier + app password for a JWT used on subsequent calls. Runtime usually handles this automatically; called directly only for explicit re-auth or debugging session expiry. |
| Get Author Feed | Returns paginated posts from a specific handle. Useful for "monitor this competitor's Bluesky activity" or "show recent posts from team members on the company blog" workflows. |
Pre-built Bluesky workflows.
Clone any recipe and customize it in one click. Every recipe is fully editable.
Three things worth knowing.
Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.
Connect Bluesky once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.
Every Bluesky field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.
Questions about the Bluesky integration.
If we missed yours, ping support. We usually reply within an hour.
How do I connect Bluesky to Tiny Command?
What Bluesky triggers does Tiny Command support?
What Bluesky actions can I run from a workflow?
Is the Bluesky integration real-time?
Do I need to write code to use Bluesky with Tiny Command?
How much does the Bluesky integration cost?
More other apps people connect.
Same category as Bluesky, ordered by how often teams pair them. Hover the carousel to pause.
Do more with Bluesky.
Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.