Skip to content
OtherReal-timeUpdated May 2026

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.

0triggers
3actions
≈ 2 minto set up
Freetier · no card
Actions

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.

ActionWhat 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 SessionBluesky'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 FeedReturns 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.
Recipes

Pre-built Bluesky workflows.

Clone any recipe and customize it in one click. Every recipe is fully editable.

Before you build

Three things worth knowing.

Filter at the trigger

Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.

Authorize once, reuse anywhere

Connect Bluesky once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.

No JSON to read

Every Bluesky field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.

FAQ

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?
Open the Tiny Command workflow builder, drop in a Bluesky node, and click Connect. Authorize Bluesky once and any workflow on your account can use its triggers and actions. Most teams finish the connection in under two minutes.
What Bluesky triggers does Tiny Command support?
Tiny Command focuses on outbound actions for Bluesky today. Use Tiny Command's universal Webhook or Schedule trigger to start Bluesky workflows, then run any Bluesky action you need.
What Bluesky actions can I run from a workflow?
3 Bluesky actions are available out of the box, covering other operations like "Create Post (Skeet)". Every action accepts dynamic inputs from upstream nodes, whether that's a search result, an AI output, or a form field.
Is the Bluesky integration real-time?
Bluesky actions execute synchronously inside your workflow. Tiny Command waits for Bluesky's API to confirm before continuing to the next step, so downstream nodes can rely on the result.
Do I need to write code to use Bluesky with Tiny Command?
No. Every Bluesky trigger and action is fully configurable from the visual workflow builder. For edge cases that aren't covered, drop in a custom HTTP node and call any Bluesky API endpoint directly.
How much does the Bluesky integration cost?
There's a free tier you can start on without a credit card. Higher run volumes and team features come with paid plans. The Bluesky integration itself has no per-app surcharge.
Related

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.