Skip to Content

Asana

Connect Asana to sync tasks, projects, and team workloads into Cortex for unified project tracking.

Overview

Auth methodOAuth 2.0
Scopesdefault
MCP supportNo
Setup time~5 minutes

How to connect

  1. Navigate to Settings → Integrations → Connectors
  2. Click Connect on the Asana integration
  3. Authorize the Cendriix app in your Asana workspace
  4. Once authorized, task and project data becomes available to Cendriix agents

Admin setup (self-hosted)

If you’re running Cendriix on your own infrastructure, an admin needs to:

  1. Create an Asana app at Asana Developer Console 
  2. Set the redirect URL to: https://api.<your-domain>/v1/connectors/asana/oauth/callback
  3. Store the credentials in AWS Secrets Manager at cendriix/prod/connectors/asana:
    { "client_id": "...", "client_secret": "..." }

Capabilities

Once connected, Cendriix agents can:

  • Read tasks, subtasks, and project timelines
  • Access workspace structure and team assignments
  • Reference task context when planning sprints or generating status updates

Security notes

  • Asana tokens support refresh for long-lived integrations
  • Disconnect at any time from Settings → Integrations → Connectors

Further reading

Last updated on