How It Works
This page uses your linked Bluesky account to create posts. The API call:
POST https://bsky.social/xrpc/com.atproto.repo.createRecord
Authorization: Bearer {accessJwt}
{ "repo": "did:plc:...", "collection": "app.bsky.feed.post",
"record": { "$type": "app.bsky.feed.post", "text": "Hello!", "createdAt": "..." } }