Asana
Connect Asana to sync tasks, projects, and team workloads into Cortex for unified project tracking.
Overview
| Auth method | OAuth 2.0 |
| Scopes | default |
| MCP support | No |
| Setup time | ~5 minutes |
How to connect
- Navigate to Settings → Integrations → Connectors
- Click Connect on the Asana integration
- Authorize the Cendriix app in your Asana workspace
- 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:
- Create an Asana app at Asana Developer Console
- Set the redirect URL to:
https://api.<your-domain>/v1/connectors/asana/oauth/callback - 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