--- title: 'Asana' description: 'Manage tasks, projects, and workspaces with the Asana API.' --- # Asana Manage tasks, projects, and workspaces with the Asana API. | Detail | Value | |---|---| | Category | Project Management | | Base URL | `https://app.asana.com/api/1.0` | | Authentication | Bearer Token | | Endpoints | 6 | | Connector key | `asana` | ## Using Asana in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Asana** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /tasks](./get_tasks_pm_listtasks) | List tasks in a project | | [POST /tasks](./post_tasks_pm_createtask) | Create a task | | [GET /tasks/{task_gid}](./get_tasks_task_gid_pm_gettask) | Get a task | | [PUT /tasks/{task_gid}](./put_tasks_task_gid_pm_updatetask) | Update a task | | [GET /projects](./get_projects_pm_listprojects) | List projects in a workspace | | [GET /workspaces](./get_workspaces_pm_listworkspaces) | List all workspaces | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.