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. Bothuri and cid come back in the publish response under results[]. Pass them per target in options:
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.
