> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cassidyai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Asana Agent Connector

> Connect your Agent to Asana to look up and manage tasks, projects, and subtasks in real time.

The Asana Connector gives your [Agents](/agents/overview) live access to your Asana workspace. Agents can search for tasks, read project data, create new tasks, add comments, and more — directly during a conversation. Data is accessed in real time and never copied or stored in Cassidy.

<Tip>For best results with complex Connector queries, use a powerful, reasoning-capable model. Cassidy supports models from OpenAI, Anthropic, and Google — see [Choose the right AI model](/guides/choose-ai-model) for current recommendations.</Tip>

## Set up the Asana Connector

<Steps>
  <Step title="Navigate to your Agent">
    Go to **Agents** and select the Agent you want to configure.

    <Frame>
      <img src="https://mintcdn.com/cassidy/ebEJYRQHtYAdKGVq/images/integrations/asana-tool-img-0.png?fit=max&auto=format&n=ebEJYRQHtYAdKGVq&q=85&s=738c97f680d961672e3b574b2be8d986" alt="Agents page with list of available Agents" width="728" height="504" data-path="images/integrations/asana-tool-img-0.png" />
    </Frame>
  </Step>

  <Step title="Open the Connectors section">
    Click the **Setup** tab and scroll to the **Connectors** section.

    <Frame>
      <img src="https://mintcdn.com/cassidy/ebEJYRQHtYAdKGVq/images/integrations/asana-tool-img-1.png?fit=max&auto=format&n=ebEJYRQHtYAdKGVq&q=85&s=dd913361b8fcd819e9099d6da99f6c5c" alt="Agent Setup tab showing the Connectors section" width="2832" height="802" data-path="images/integrations/asana-tool-img-1.png" />
    </Frame>
  </Step>

  <Step title="Add the Asana Connector">
    Click **+ Add Connector** and select **Asana**.

    <Frame>
      <img src="https://mintcdn.com/cassidy/ebEJYRQHtYAdKGVq/images/integrations/asana-tool-img-2.png?fit=max&auto=format&n=ebEJYRQHtYAdKGVq&q=85&s=6511a7e6e859b9857c6cb19b7b696ec1" alt="Connector picker showing Asana as an available connector" width="1024" height="1019" data-path="images/integrations/asana-tool-img-2.png" />
    </Frame>
  </Step>

  <Step title="Choose a connection method">
    Select how users will authenticate:

    * **Each user connects their own account** (recommended) — each user signs in with their own Asana credentials the first time they use the Connector
    * **Use a shared Asana connection** — all users access Asana through one shared account

    <Frame>
      <img src="https://mintcdn.com/cassidy/ebEJYRQHtYAdKGVq/images/integrations/asana-tool-img-3.png?fit=max&auto=format&n=ebEJYRQHtYAdKGVq&q=85&s=44454d47cf161176cad62ccb64de5070" alt="Connection method selection screen for the Asana Connector" width="1024" height="597" data-path="images/integrations/asana-tool-img-3.png" />
    </Frame>
  </Step>

  <Step title="Set up the connection">
    If using a shared connection, select an existing Asana connection from your organization or click **Set up shared connection** and sign in to authorize access.

    <Frame>
      <img src="https://mintcdn.com/cassidy/ebEJYRQHtYAdKGVq/images/integrations/asana-tool-img-4.png?fit=max&auto=format&n=ebEJYRQHtYAdKGVq&q=85&s=34033bf784bad96cfb5fee86bf6a4d3d" alt="Shared connection setup showing an existing Asana connection" width="1024" height="931" data-path="images/integrations/asana-tool-img-4.png" />
    </Frame>

    <Frame>
      <img src="https://mintcdn.com/cassidy/ebEJYRQHtYAdKGVq/images/integrations/asana-tool-img-5.png?fit=max&auto=format&n=ebEJYRQHtYAdKGVq&q=85&s=122ccc86a24346e648e2c9a13dd45987" alt="Asana connection modal" width="1196" height="1436" data-path="images/integrations/asana-tool-img-5.png" />
    </Frame>

    Optionally share the connection with other team members or make it available to your entire organization.

    <Frame>
      <img src="https://mintcdn.com/cassidy/ebEJYRQHtYAdKGVq/images/integrations/asana-tool-img-6.png?fit=max&auto=format&n=ebEJYRQHtYAdKGVq&q=85&s=0d1b4ac9d46ed2f12f64c0cc30941b85" alt="Sharing settings for the Asana connection" width="958" height="854" data-path="images/integrations/asana-tool-img-6.png" />
    </Frame>
  </Step>

  <Step title="Configure tool permissions">
    Set the permission level for each action the Agent can perform:

    * **Always Allow** — The Agent performs the action automatically when needed
    * **Needs Approval** — The Agent asks the user for permission before taking the action
    * **Disabled** — The Agent cannot perform the action

    Asana tools are organized into three groups:

    * **View Data** — Read-only actions like getting tasks, searching the workspace, and reading project details. Defaults to **Always Allow**.
    * **Create & Modify** — Write actions like creating tasks, updating tasks, adding comments, and creating subtasks. Defaults to **Disabled**.
    * **Remove Data** — Destructive actions like deleting tasks or removing tasks from projects. Defaults to **Disabled**.

    <Frame>
      <img src="https://mintcdn.com/cassidy/ebEJYRQHtYAdKGVq/images/integrations/asana-tool-img-7.png?fit=max&auto=format&n=ebEJYRQHtYAdKGVq&q=85&s=7783d676f413cd4b72722bdccd854204" alt="Tool permissions screen showing Asana permission groups" width="895" height="1024" data-path="images/integrations/asana-tool-img-7.png" />
    </Frame>

    <Warning>Review Create & Modify and Remove Data permissions carefully — **Always Allow** lets the Agent create, update, or delete tasks without asking first.</Warning>
  </Step>

  <Step title="Enable the Connector">
    Click **Add Tool** to enable the Connector for this Agent.
  </Step>
</Steps>

## Monitor Asana actions

When an Agent uses the Asana Connector during a conversation, you can review what happened by expanding the action steps shown in the response. Each step shows which Asana action was called and what the Agent was thinking at each point.

<Frame>
  <img src="https://mintcdn.com/cassidy/ebEJYRQHtYAdKGVq/images/integrations/asana-tool-img-8.png?fit=max&auto=format&n=ebEJYRQHtYAdKGVq&q=85&s=b333602a7f7c87a54f66606b793233ad" alt="Agent conversation showing Finished analyzing reasoning and Getting your workspace information action step" width="2010" height="1396" data-path="images/integrations/asana-tool-img-8.png" />
</Frame>

Click any action step to see the full input and output — including which action was called and the data returned from Asana.

<Frame>
  <img src="https://mintcdn.com/cassidy/ebEJYRQHtYAdKGVq/images/integrations/asana-tool-img-9.png?fit=max&auto=format&n=ebEJYRQHtYAdKGVq&q=85&s=304638fecca88e21996ba9846b8a07c4" alt="Expanded Asana action details showing the Get current authenticated user action with input and output data" width="1338" height="1274" data-path="images/integrations/asana-tool-img-9.png" />
</Frame>

## What the Agent can do

Once connected, your Agent can help with Asana tasks including:

* Looking up tasks by name or searching across your workspace
* Reading task details, due dates, and assignees
* Getting all tasks in a project
* Creating new tasks and subtasks
* Updating existing tasks
* Adding comments to tasks
* Adding followers to tasks
* Reading time tracking entries
* Deleting tasks

## Data security

Asana data is accessed in real time and is not copied or stored in Cassidy. The Agent only queries Asana when needed to answer a question or complete a task.

## Next steps

<CardGroup cols={2}>
  <Card title="Connectors overview" icon="plug" href="/agents/connectors/overview">
    Learn about all available Agent Connectors and how they work.
  </Card>

  <Card title="Browse integrations" icon="grid-2" href="/integrations/overview">
    See every integration available in Cassidy.
  </Card>
</CardGroup>
