Skip to main content
Enable Agno agents to autonomously create, organize, and complete tasks within the Todoist ecosystem.

Prerequisites

  • Sign up/login to Todoist and get a Todoist API Token from https://app.todoist.com/app/settings/integrations/developer
  • Install Todoist: uv pip install todoist-api-python
  • Set the following environment variables: export TODOIST_API_TOKEN=“your_api_token”
  • Alternatively, provide the token when creating the TodoistTools instance

Run the Example

For details, see Todoist tool cookbook.