Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Drive Sydium from your terminal and scripts
npm install -g @sydium/cli
sydium
sydium --help
sydium auth:login --key sk_live_...
sydium auth:status
# what's connected sydium accounts:list # publish now to two platforms sydium posts:create --platforms x,linkedin --caption "Shipping > talking." # schedule for later sydium posts:create --platforms linkedin --caption "Recap thread" --schedule-at 2026-07-01T09:00:00Z # pull last month's analytics sydium analytics:get --from 2026-06-01 --to 2026-06-30
Was this page helpful?