@kentcdodds: Have you ever used @WorkFlowy? I'm a big fan. Been using it forever. Just made a @kodykoala package for it:
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.
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
- Mint a WorkFlowy API key on theAPI key page.
- Save it as the user-scoped secret**
WORKFLOWY\_API\_KEY**with hostworkflowy\.com:configure WORKFLOWY_API_KEY. - API reference:docs/markdown.
- See
AGENTS\.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 as
inbox,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
@kentcdodds: The questions I keep getting about @kodykoala: https://heykody.dev/guides/what-is-kody…
Kody is a Fair Source personal assistant platform that connects your existing AI agent to persistent memory, credentials, scheduled jobs, and reusable code, turning one-off agent work into permanent automations.
@kentcdodds: One nice thing about the way @kodykoala works is that it doesn't come with built-in integrations hosted by Kody. Instea…
Kody Koala is a developer tool that helps users create their own integrations rather than relying on hosted integrations, giving them complete control.
@kentcdodds: I've got a package that automatically handles feedback I get from people using @kodykoala and even ships fixes and impr…
Kent C. Dodds shares a package that automates feedback handling and improvements, integrating with tools like Kodykoala, Discord, GitHub, CodeRabbit AI, and Cursor AI for self-improving software.
@kentcdodds: Quick demo showing you how I use @kodykoala package webhooks to use Kody with @raycast
Kent C. Dodds demonstrates how to use Kody package webhooks to integrate with Raycast for automation.
@kentcdodds: This is now built into Kody to make setting up new integrations a lot more straightforward for your agents https://gith…
Kody is an experimental personal assistant platform built on Cloudflare Workers and MCP; a recent update simplifies integration setup for agents.