Documentation Index
Fetch the complete documentation index at: https://docs.letmepost.dev/llms.txt
Use this file to discover all available pages before exploring further.
The CLI is a post-launch deliverable. Until then, the TypeScript SDK and raw curl cover every operation.
Planned shape
# auth
lmp login
lmp keys create my-key
# accounts
lmp accounts connect bluesky
lmp accounts list
# posts
lmp post --to bluesky --text "Hello from the CLI"
lmp post --schedule "2026-05-08T12:00:00Z" --to bluesky --text "..."
lmp posts list --status rejected --since 24h
# media
lmp media upload ./hero.jpg
The CLI thin-wraps the same HTTP API documented elsewhere on this site, so anything you can do here you can already do today with curl.
Watch the GitHub releases for the announcement.