v1.2.0
CLI-first rewrite with the Maton SDK examples; clarify that the CLI and SDKs keep separate credential stores, and reword webhook egress warnings
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.7
- Stricter security: All write operations now require explicit user approval showing the exact HTTP method, endpoint path, and resource identifier before execution.
- Documentation clarified: Description, permissions, and security sections updated for greater emphasis on least-privileged access and connection targeting.
- API usage guidance improved: Users must always specify the `Maton-Connection` header to prevent misrouted admin requests.
- Endpoints restricted: Only documented API endpoints are supported; constructing arbitrary paths is no longer allowed.
- Warnings expanded: All high-impact actions must show detailed consequences and require user confirmation.
v1.0.6
- Updated documentation to emphasize the high-impact, write-capable nature of this integration.
- Added strong warnings to use least-privilege admin accounts and OAuth scopes, and to revoke connections when not needed.
- Clarified that all write operations (create, update, delete) require explicit user approval with specific resource identification and summary of consequences.
- Instructed users to confirm resource details via read operations before proceeding with any administrative change.
- Expanded guidance on security, permissions, and the irreversible impact of admin operations across the domain.
v1.0.5
- Changed all API endpoints from gateway.maton.ai and ctrl.maton.ai to api.maton.ai for a unified base URL.
- Updated connection management instructions to use api.maton.ai, including listing, creating, and deleting connections.
- Clarified security and permission details; emphasized explicit user approval before running write operations.
- Removed LICENSE.txt from the project files.
v1.0.4
- Added a homepage field (https://maton.ai) to the skill metadata.
- No changes to code or functionality.
v1.0.3
- Added new metadata fields under the "metadata" section for better skill description and requirements clarity.
- Introduced a "clawdbot" section specifying a required environment variable (MATON_API_KEY) and an emoji indicator.
- No core functionality changes; documentation and metadata improvements only.
v1.0.2
No changes detected in this release.
- Version number incremented to 1.0.2
- No file or documentation changes identified
v1.0.1
- Added a note to the description directing users to use the api-gateway skill for other third party apps.
- Replaced all bash/curl CLI examples with Python code snippets using urllib and os libraries.
- Updated authentication header examples to use the $MATON_API_KEY environment variable in shell snippets.
- No changes to the API or underlying functionality; documentation improvements only.
v1.0.0
Initial release of Google Workspace Admin SDK integration.
- Manage users, groups, organizational units, and domain settings via a unified API gateway.
- Supports managed OAuth authentication and multiple account connections.
- Includes detailed API reference and example curl commands for common user and group operations.
- Requires a Maton API key and offers tools to manage OAuth connections.
- Provides features such as user creation, group membership management, and organizational unit administration.