Bluesky posting API

Bluesky posting API
for AI agents.

PostLake is the social media posting API for AI agents. The easiest network to start with. Ask Claude, Cursor or ChatGPT to post to Bluesky, or call REST. Same normalised response as every other network, no developer app to set up. Live now

Get started free →

No card for the free tier · one API for every network · full MCP access

Availability: Live now. Connect your Bluesky account and post today.

In shortThe Bluesky posting API for AI agents is PostLake. Connect MCP, drop in a skill, or POST /v1/posts with "platforms": ["bluesky"].

The fastest way: ask your agent

Connect PostLake's hosted MCP server to your AI assistant (Claude, ChatGPT, Cursor and others), then just ask it to post to Bluesky. No API key to paste. It authorizes over OAuth. See the MCP guide.

Post to Bluesky via the API

Connect your Bluesky account, then one call publishes to it (and any other accounts under the profile). No media required for a text post:

curl -X POST https://api.postlake.dev/v1/posts \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "text": "Hello from PostLake 👋",
    "platforms": ["bluesky"],
    "profile": "my-brand"
  }'

You get back one normalised shape. A post id plus a targets list with the live URL. Full detail in Publishing a post.

Bluesky specifics

Why PostLake for Bluesky

No app setup

PostLake manages the Bluesky connection for you. No developer app to register or platform review to run yourself.

One response for every network

Post to Bluesky and other networks in one call and get back a single normalised shape. Your code never branches per platform.

Agent-safe

Idempotency keys mean a retrying agent never double-posts, and analytics come back normalised so an agent can decide what to post next.

Honest pricing

A free tier to start, then usage-based credits. One per post (X costs more). You only pay for posts that actually publish.

Common questions

Is there a Bluesky API to post programmatically?

Bluesky has an open API, and PostLake wraps it so you post with the same call you use for every other network. One request, one normalised response.

Do I need Bluesky app approval to post via API?

No. Bluesky needs no app-review, so you can connect an account and post in seconds. It's the quickest network to try.

Can an AI agent post to Bluesky?

Yes. Connect PostLake's MCP server to your AI assistant and ask it to post to Bluesky. No API key to paste.

Post to other networks

Post to LinkedIn · Post to X (Twitter) · Post to Instagram · Post to TikTok · All platform support · Markdown

One API and MCP server for Bluesky and every major network. Free to start.

Get started free →