Recipes
Ten tasks people actually build. Every one runs against endpoints in this build — paste, add your key, go.
Search Reddit, Bluesky and Hacker News for your brand in one pass, then sort by engagement.
Transcripts run as background jobs. Kick one off, poll until it lands, then feed the text to any LLM.
One handle, several platforms, one table — follower counts and activity side by side.
The computed block is pre-calculated on every post, so ranking is a sort — not a maths exercise.
Let the dispatcher work out the platform — you just hand it a link.
Poll a handful of app ids on a schedule and alert when a rating slips.
An Idempotency-Key makes a retry free: the first response replays and no credits move.
Put Polymarket odds next to what people are actually saying about the same topic.
Cache hits cost nothing, so a tight polling loop is cheap. Force fresh data only when it matters.
A single cron script that pulls the day's best of everything into one list.