Skip to main content

Asana

Where to issue an Asana Personal Access Token and connect it to Nora.
Asana integrations let your agents create tasks, query projects, and manage workspaces. Nora authenticates with a personal access token (Bearer auth).

Where to apply for credentials

1

Create a token

Open My Apps → Create new token. Name it, accept the API ToS.
2

Copy the token

Asana shows it once. Format: 1/<digits>:<random>.

Connect in Nora

Paste the token. Optionally set a workspace GID — find it via:
curl -H "Authorization: Bearer <your-token>" https://app.asana.com/api/1.0/workspaces

MCP server

No official Asana MCP server today.

Environment variables Nora injects

VariableSource
ASANA_TOKENPersonal Access Token field
ASANA_WORKSPACE_IDWorkspace ID (if set)