v1.2.1
CLI-first rewrite with the Maton SDK examples; clarify that the CLI and SDKs keep separate credential stores, and reword webhook egress warnings
v1.2.0
Appendix drops the raw curl example; SkillSpector 2.11 static findings addressed across the reference; HTTP blocks replaced with maton api
v1.1.0
CLI-first rewrite: the maton CLI with OAuth login is the documented path, every example is a maton command, SDK examples added, and the raw HTTP fallback feeds the key on stdin instead of reading it from the environment
v1.0.6
- Removed the file `skill-card.md`.
- No changes were made to the skill functionality or documentation aside from this file removal.
v1.0.5
- Added CLI commands as examples throughout documentation for common tasks (listing, creating, updating, deleting tasks and projects).
- Included installation instructions for Maton CLI via NPM and Homebrew.
- Documented CLI-based authentication and connection management workflows alongside Python examples.
- Clarified how to specify active connections and pass connection IDs for multi-account setups.
- No API changes; documentation now caters to both CLI and Python workflows for improved accessibility.
v1.0.4
- Switched all endpoint references from gateway.maton.ai and ctrl.maton.ai to api.maton.ai for unified API access.
- Updated Quick Start and all example requests to use the new base URL (https://api.maton.ai).
- Clarified connection management instructions and URLs; connections are now managed at https://api.maton.ai.
- Added a specific security & permissions section requiring explicit user approval for all write operations.
- Improved documentation clarity and emphasized always specifying the Maton-Connection header when using multiple connections.
- Removed the LICENSE.txt file.
v1.0.3
- Added clawdbot metadata with emoji and required environment variable (MATON_API_KEY) in SKILL.md.
- No functional or documentation changes to the Asana API integration itself.
v1.0.2
No changes detected in this release.
- Version 1.0.2 is functionally identical to the previous version.
v1.0.1
- Added a note in the description recommending the use of the api-gateway skill for other third-party apps.
- Replaced all shell/bash `curl` API usage examples with equivalent Python code snippets using `urllib.request`, making interacting with the API in Python easier.
- Updated the authentication instructions to reference shell variable syntax (`$MATON_API_KEY`).
- No changes to API endpoints or core functionality.
v1.0.0
- Major update: Migration from local/personal OAuth CLI integration to a managed cloud API gateway and centralized connection flow.
- Removed all local scripts, code, and markdown reference files for CLI-based Asana usage.
- Documentation rewritten for Maton cloud gateway: all API calls routed via https://gateway.maton.ai/asana/ with automatic OAuth and streamlined API key auth.
- Added instructions and examples for managing Asana OAuth connections through the Maton control panel at https://ctrl.maton.ai.
- Provided modern API usage examples for accessing and managing Asana tasks, projects, workspaces, and users via HTTP and curl.
- Introduced support for specifying connections and multiple account management via headers.
- Added complete quick start, authentication, and API reference sections for ease of use.