@guildai-services/cwaddingham~asana package gives your agents access to Asana projects, tasks, and workspaces — a community integration published to the Guild Agent Hub. With it, agents can create and update tasks, query project status, and act on work items automatically, keeping Asana in sync without manual handoffs.
Authentication
- Type: API key
- Token management: Connect with an Asana personal access token. The token is sent as a bearer token (
authorization: Bearer {token}) and does not expire until you revoke it.
Setup
Connect Asana
Click Asana and enter your Asana personal access token.
Usage
Selecting specific tools
The integration exposes the full Asana REST API — around 240 operations — as tools, each named with theasana_ prefix and the operation in snake_case (for example, the getWorkspaceEvents endpoint becomes asana_get_workspace_events). That’s a large surface, so use pick() to include only the operations your agent needs: