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.5
- Updated all documentation to use the new endpoint base URL: https://api.maton.ai instead of https://gateway.maton.ai and https://ctrl.maton.ai.
- Improved instructions for connection management and clarified the requirement to specify the `Maton-Connection` header when multiple connections exist.
- Added a new section highlighting security and permissions, including a note that all write operations require explicit user approval.
- Removed the LICENSE.txt file.
v1.0.4
- Added "clawdbot" metadata with emoji and required environment variable (MATON_API_KEY) to SKILL.md.
- No changes to functionality or API usage.
v1.0.3
- Improved troubleshooting section with clearer steps for API key and app name errors.
- Added guidance for ensuring URL paths start with "typeform" in troubleshooting invalid app name.
- Included additional resource links for Maton Community and Support.
- No code or behavioral changes—documentation improvements only.
v1.0.2
- Added instructions for using the api-gateway skill for third-party apps other than Typeform.
- Updated code examples and Quick Start sections to include Python snippets using urllib for easier command-line scripting.
- Added troubleshooting steps and notes addressing common "Invalid API key" errors and shell environment issues with environment variables.
- Included an important note about using curl with the -g flag to avoid glob parsing problems when URLs contain brackets.
- Enhanced guidance for debugging authentication and environment variable issues.
v1.0.1
- Clarified the base URL usage, advising to replace `{native-api-path}` with the actual Typeform endpoint.
- Expanded instructions for retrieving a Maton API key, including account creation.
- API responses for connections now include `creation_time`, `last_updated_time`, and `metadata` fields.
- Added documentation on specifying a Typeform connection via the `Maton-Connection` header for users with multiple connections.
- Minor improvements to descriptions and wording throughout for clarity.
v1.0.0
- Initial release of Typeform skill with managed OAuth integration.
- Enables creating, listing, updating, and deleting Typeform forms via the Maton gateway.
- Supports retrieval of form responses, insights, and workspace data.
- Provides full API reference, authentication setup, and example usage in bash, JavaScript, and Python.
- Includes connection management for secure OAuth handling through Maton.