← Integrations

social

Bluesky integration

Post and reply on the AT Protocol with first-class support.

Overview

Publish to Bluesky, fetch your timeline, and reply to notifications. Handles app-password auth and rich-text facets so links and mentions render correctly.

Quick start

blazto.tsTypeScript
import { Blazto } from "@blazto/node";
const blazto = new Blazto(process.env.BLAZTO_API_KEY);

// Connect a Bluesky account through hosted OAuth
const { url } = await blazto.accounts.connect({ platform: "bluesky" });

// Publish from your app
await blazto.posts.create({
  text: "Shipping today.",
  platforms: ["bluesky"],
});

What you can do

Key endpoints

POST/posts
Publish a Bluesky post or thread.

Built for

Open social tools

Add Bluesky to any social publishing dashboard.

Related integrations

Ship the Bluesky integration today

One API key, one SDK, every platform you need.

Start for free