Skip to main content
Projects, tasks and comments. A personal to-do list, reachable by an agent.

Connecting

In the dashboard, open Connectors, find Todoist and press Connect. The key you enter is checked against Todoist before anything is saved, so a key that is refused never becomes a connection that fails later.

What you will need

Getting the credential

  1. Log in to Todoist
  2. Go to Settings > Integrations > Developer
  3. Copy your API token
  4. For apps with multiple users, implement OAuth2 flow

Notes

  • 1,000 requests per user within 15 minutes
  • Use batch operations when possible
  • Implement exponential backoff for 429 responses

What an agent can do with it

Useful resources