Connect your AI to Todoist
Todoist is the destination when the thing an agent produced is a task for a person rather than a ticket for a team. An API token held server-side authorizes the write, and the API is genuinely small: a task needs content and nothing else. Projects and sections are addressed by id rather than name, so a pipe that files into a specific list resolves those once at install rather than on every fire.
The credential never enters the model context: it lives in the FlurryPORT secret store, deliveries are signed server-side, and every send returns a receipt your agent can quote.
- Auth model
- static_header
- Suggested secret
TODOIST_TOKEN- Provider docs
- https://developer.todoist.com/api/v1/
Recipes for Todoist
flurryport:todoist-adddelivery
Let your AI add Todoist tasks; the API token never enters the conversation.