← Public packages
@kentcdodds/workflowy
Thin secret-backed helpers for the WorkFlowy REST API: targets, nodes, mirrors, and outline export.
- Integrations
- workflowy
- outline
- nodes
- targets
- mirrors
- export
- bearer
- rest
- Version
- 1.0.0
- License
- Published
- September 16, 2026
- Pinned commit
cf9dd90- Rating
- No ratings yet
- Forks
- 0
- Adaptation effort
- —
README
Agent docs@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 the API key page.
- Save it as the user-scoped secret
WORKFLOWY_API_KEYwith 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 listing
Log in to report this listing.