Asana Connector for AI Agents

Give agents tools for secure, real-time access to fetch, search, write, and sync across every system, with replication, entity mapping, and auth built-in.

20,000+
community members
6,000+
daily active companies
2PB+
synced/month
900+
contributors

About this Connector

Asana is a work management platform that helps teams organize, track, and manage projects and tasks. This connector provides access to tasks, projects, workspaces, teams, and users for project tracking, workload analysis, and productivity insights.

CRM

Sales Analytics

Customer Data

project management, task tracking, team collaboration

Version Information

Package version

0.19.74

Connector version

0.1.9

SDK commit

5b20f488dec0e8f29410823753106603c23a4b65

Support Open Source

Star us on GitHub to help grow the Airbyte community

Github

Installation & Usage

Get started with the Asana connector in minutes

1

Install Package

Using uv or pip

bash

Copy
uv pip install airbyte-agent-asana

2

Import

Initialize and use

python

Copy
from airbyte_agent_asana import AsanaConnector
from airbyte_agent_asana.models import AsanaPersonalAccessTokenAuthConfig

connector = AsanaConnector(
    auth_config=AsanaPersonalAccessTokenAuthConfig(
        token="<Your Asana Personal Access Token. Generate one at https://app.asana.com/0/my-apps>"
    )
)

3

Tool

Add tools to your agent

python

Copy
@agent.tool_plain # assumes you're using Pydantic AI
@AsanaConnector.tool_utils
async def asana_execute(entity: str, action: str, params: dict | None = None):
    return await connector.execute(entity, action, params or {})

Supported Entities & Actions

Access all your Asana data through a unified API

Lorem ipsum

Lorem ipsum

| Entity | Actions |\n|--------|---------|\n| Tasks | [List](./REFERENCE.md#tasks-list), [Get](./REFERENCE.md#tasks-get) |\n| Project Tasks | [List](./REFERENCE.md#project-tasks-list) |\n| Workspace Task Search | [List](./REFERENCE.md#workspace-task-search-list) |\n| Projects | [List](./REFERENCE.md#projects-list), [Get](./REFERENCE.md#projects-get) |\n| Task Projects | [List](./REFERENCE.md#task-projects-list) |\n| Team Projects | [List](./REFERENCE.md#team-projects-list) |\n| Workspace Projects | [List](./REFERENCE.md#workspace-projects-list) |\n| Workspaces | [List](./REFERENCE.md#workspaces-list), [Get](./REFERENCE.md#workspaces-get) |\n| Users | [List](./REFERENCE.md#users-list), [Get](./REFERENCE.md#users-get) |\n| Workspace Users | [List](./REFERENCE.md#workspace-users-list) |\n| Team Users | [List](./REFERENCE.md#team-users-list) |\n| Teams | [Get](./REFERENCE.md#teams-get) |\n| Workspace Teams | [List](./REFERENCE.md#workspace-teams-list) |\n| User Teams | [List](./REFERENCE.md#user-teams-list) |\n| Attachments | [List](./REFERENCE.md#attachments-list), [Get](./REFERENCE.md#attachments-get), [Download](./REFERENCE.md#attachments-download) |\n| Workspace Tags | [List](./REFERENCE.md#workspace-tags-list) |\n| Tags | [Get](./REFERENCE.md#tags-get) |\n| Project Sections | [List](./REFERENCE.md#project-sections-list) |\n| Sections | [Get](./REFERENCE.md#sections-get) |\n| Task Subtasks | [List](./REFERENCE.md#task-subtasks-list) |\n| Task Dependencies | [List](./REFERENCE.md#task-dependencies-list) |\n| Task Dependents | [List](./REFERENCE.md#task-dependents-list) |

Example Prompts

The Asana connector is optimized to handle prompts like these

Lorem ipsum

What tasks are assigned to me this week? - List all projects in my workspace - Summarize my team's workload and task completion rates - Show me the tasks for the \{project_name\} project - Who are the team members in my \{team_name\} team? - Find all tasks related to \{client_name\} across my workspaces - Analyze the most active projects in my workspace last month - Compare task completion rates between my different teams - Identify overdue tasks across all my projects - Show me details of my current workspace and its users

Why Airbyte for AI Agents?

Built for production AI workloads with enterprise-grade reliability

Agent-Native Design

Structured, LLM-friendly schemas optimized for AI agent consumption with natural language query support.

Secure Authentication

Built-in OAuth 2.0 handling with automatic token refresh. No hard-coded credentials.

Production Ready

Battle-tested connectors with comprehensive error handling, logging, and retry logic.

Open Source

Fully open source under the MIT license. Contribute, customize, and extend freely.

Works with your favorite frameworks

Use the Asana connector with any AI agent framework

🦜

LangChain

🦙

LlamaIndex

🤖

CrewAI

AutoGen

🧠

OpenAI Agents SDK

🔮

Claude Agents SDK

Frequently Asked Questions

Didn't find your answer? Please don't hesitate to reach out.

How do I authenticate with Asana?

The Asana connector supports Personal Access Token authentication. You can generate a Personal Access Token at https://app.asana.com/0/my-apps and provide it in the auth_config parameter.

Can I use this connector with any AI agent framework?

The connector is compatible with any Python-based AI agent framework including LangChain, LlamaIndex, CrewAI, Pydantic AI, and custom implementations.

Does this connector support write operations?

Currently, the connector focuses on read operations only. It does not support write operations such as creating, updating, or deleting tasks, projects, or team members. Write support may be added in future versions.

How is this different from the Airbyte data connector?

Agent connectors are specifically designed for AI agents and LLM applications. They provide natural language interfaces, optimized response formats, and seamless integration with agent frameworks, unlike traditional ETL-focused connectors.

Will there be a platform for agent connectors?

The hosted version with secure credential storage through Airbyte Cloud is already available. See the hosted usage section in the documentation for setup instructions.

20,000+
community members
6,000+
daily active companies
2PB+
synced/month
900+
contributors