v1.2.2
Fix the raw HTTP fallback example: restore the gateway base URL in the GATEWAY constant (and the fastmail streaming call), which a previous edit had replaced with a placeholder
v1.2.1
Address security-audit findings: disclose the api passthrough in the access-scope and description text, warn on irreversible connection deletion, add response data-minimization guidance, and correct app-specific auth and request-body notes
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.4
- Updated API base URLs from gateway.maton.ai and ctrl.maton.ai to api.maton.ai throughout documentation and examples.
- Expanded security and permissions section; clarified the requirement for explicit user approval for all write operations.
- Adjusted connection management instructions, consolidating endpoints under api.maton.ai.
- Minor clarifications on using the Maton-Connection header when working with multiple accounts.
- Removed the LICENSE.txt file.
v1.0.3
- Metadata updated to include required environment variables under a new "clawdbot" section.
- No functional or documentation changes to user-facing features.
v1.0.2
- Documentation formatting and clarity improved in SKILL.md.
- No functional or code changes; only SKILL.md was updated.
v1.0.1
- Added a note in the description about using the api-gateway skill for other third party apps.
- Changed all example commands from cURL to Python (using the standard library) for authentication, connection management, and API calls.
- Updated authentication header examples to reference the $MATON_API_KEY environment variable format.
- All block examples for listing, creating, getting, and deleting connections, as well as API reference usage, now use Python instead of cURL.
v1.0.0
Major update: Migrated Calendly skill to managed OAuth via Maton platform and expanded documentation.
- Migrated from manual API key management to OAuth connections via Maton control panel.
- Updated API endpoints to use the Maton gateway and OAuth flow.
- Added clear instructions for obtaining, managing, and using the Maton API key and OAuth Calendly connections.
- Expanded documentation to cover authentication, connection management, base URLs, and header usage.
- Simplified example usage, with ready-to-use curl command examples for each endpoint.
- Removed the old CLI-oriented README and replaced with Maton-focused API reference and usage guides.