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.2
Restore display name
v1.1.1
Restore display name
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
- Switched all API and connection endpoints from `gateway.maton.ai`/`ctrl.maton.ai` to `api.maton.ai`.
- Updated SKILL.md metadata to add a `homepage` field with the Maton homepage link.
- Revised documentation to clarify connection header usage: always include `Maton-Connection` if you have multiple connections.
- Added a new "Security & Permissions" section emphasizing the requirement for explicit user approval for write operations.
- Removed the LICENSE.txt file from the skill.
v1.0.6
- Added the clawdbot metadata section with emoji, env variable requirements, and improved structure.
- No changes to code or logic; documentation updated with skill metadata enhancements.
v1.0.5
No user-facing changes detected in this release.
- No file changes or documentation updates were identified for version 1.0.5.
v1.0.4
- All shell (`curl`) connection and management examples are now provided in Python for improved cross-platform compatibility.
- A new troubleshooting section details steps to resolve "Invalid API key" errors.
- Quick Start and connection management code samples have switched from shell commands to Python scripts using standard library modules.
- No changes to the core functionality or API endpoints.
v1.0.3
- Added a note stating to use the api-gateway skill for third-party apps other than Airtable.
- Updated the description to mention the api-gateway skill and provide its URL.
- Clarified curl usage: use curl -g when URLs contain brackets and cautioned about environment variable expansion when piping output.
- No changes to actual API endpoints or authentication—documentation improvements only.
v1.0.2
- Clarified the gateway base URL and how to construct native API paths.
- Added guidance for specifying a particular Airtable OAuth connection using the Maton-Connection header.
- Updated the sample OAuth connection response with additional metadata fields.
- Improved instructions for obtaining an API key and handling multiple connections.
- No code or functional changes; documentation improvements only.
v1.0.1
- Added new "Get Connection" endpoint to the documentation.
- Included example response for retrieving a specific connection.
- No changes to core functionality or API—documentation improvements only.
v1.0.0
Airtable skill v1.0.0 released:
- Provides comprehensive integration with Airtable API, supporting full CRUD operations on bases, tables, and records.
- Managed OAuth authentication via Maton, requiring a valid API key.
- Includes detailed documentation on endpoints, filter queries, and pagination.
- Offers example code snippets in Bash, JavaScript, and Python.
- Outlines connection management steps and error handling for common issues.