Manage Asana via the Asana REST API. Use when you need to list workspaces, projects, tasks, search tasks, comment, update, complete, or create tasks.
- Auth priority now accepts `--token` as well as `ASANA_PAT`, making PAT usage more flexible. - Updated OAuth workflow commands; now uses `authorize` for initial step and accepts explicit client ID and secret for token retrieval. - Skill no longer stores credentials in `credentials.json`—now only uses `config.json` and `token.json`. - Documentation updated for clarity and to reflect the new recommended auth and storage flow.