Skip to main content
The official TypeScript SDK ships once the API surface stabilizes past the LinkedIn and Meta-trio approvals. Until then, use raw fetch against the documented endpoints — the API surface is small (one POST and a few GETs for v1). A starting point that works today:

Reply threading (Bluesky)

Build a Bluesky thread by publishing the root post, then replying to it with the parent’s strong ref. Both uri and cid come back in the publish response under results[]. Pass them per target in options:
For replies deeper than the first, also pin the thread’s original post with replyRootUri and replyRootCid so every reply stays anchored to the root. Omit the root and it defaults to the parent, which is correct for a reply to a top-level post. The schemas live in @letmepost/schemas — once published, importing types from there is the safe path. Watch the GitHub release feed for the SDK announcement.