@kentcdodds: Have you ever used @WorkFlowy? I'm a big fan. Been using it forever. Just made a @kodykoala package for it:

X AI KOLs Following Tools

Summary

Kent C. Dodds released a developer package for interacting with WorkFlowy's REST API, allowing agents to manage nodes, export data, and integrate with the service.

Have you ever used @WorkFlowy? I'm a big fan. Been using it forever. Just made a @kodykoala package for it: https://t.co/dHY485aJmO
Original Article
View Cached Full Text

Cached at: 09/16/26, 10:06 PM

Have you ever used @WorkFlowy? I’m a big fan. Been using it forever.

Just made a @kodykoala package for it: https://t.co/dHY485aJmO


@kentcdodds/workflowy — Kody public package

Source: https://kody.codes/@kentcdodds/workflowy

  • Integrations
  • workflowy
  • outline
  • nodes
  • targets
  • mirrors
  • export
  • bearer
  • rest

Version1.0.0LicensePublishedSeptember 16, 2026Pinned commitcf9dd90RatingNo ratings yetForks0Adaptation effort—

@kentcdodds/workflowy

Intent

Give agents thin, secret-backed helpers for the WorkFlowy REST API: list targets/shortcuts, create and edit outline nodes, move/complete them, create mirrors, and export the outline when needed — without wrapping WorkFlowy into a heavier planning system.

Setup

  1. Mint a WorkFlowy API key on theAPI key page.
  2. Save it as the user-scoped secret**WORKFLOWY\_API\_KEY**with hostworkflowy\.com:configure WORKFLOWY_API_KEY.
  3. API reference:docs/markdown.
  4. SeeAGENTS\.mdfor imports, helpers, and smoke tests.

Done when

  • smokeTestlists targets successfully and returns a short summary.
  • Agents can list/create/update/move/complete nodes under parents such asinbox,today, or a node id.
  • Mirror create/delete and full-outline export are available when needed (exportNodesis rate-limited to 1 request/minute).

Report this listingLog into report this listing.

Similar Articles