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.6
- Removed the sample file skill-card.md from the project.
- No user-facing feature or functional changes in the API or documentation.
v1.0.5
- Added CLI command examples demonstrating YouTube API usage with the Maton CLI (`maton youtube ...`, `maton api ...`).
- Added installation instructions for the Maton CLI via npm and Homebrew.
- Updated authentication and connection management sections with CLI commands, enhancing clarity for both CLI and Python users.
- Included command-line examples throughout the API Reference to show how to use the CLI for common tasks.
- No functional or code changes; documentation improvements only.
v1.0.4
- Switched API and connection URLs from gateway.maton.ai and ctrl.maton.ai to api.maton.ai.
- Clarified that only endpoints listed in the API Reference are supported.
- Added a new Security & Permissions section emphasizing user approval for write operations.
- Updated connection management instructions, including clearer handling of multiple connections.
- Removed the LICENSE.txt file.
v1.0.3
- Added metadata in SKILL.md for clawdbot integration, including an emoji and required environment variable.
- No functional changes to code or documentation content.
v1.0.2
- No visible file changes detected in this version.
- Functionality, documentation, and metadata remain unchanged from the previous release.
v1.0.1
- Added guidance in the description to use the api-gateway skill for other third-party apps.
- Updated all shell-based usage and connection management examples to use Python scripts instead of curl commands for better cross-platform compatibility and demonstration.
- Adjusted environment variable usage in documentation examples for consistency with Python.
- No underlying code or interface changes—documentation only.
v1.0.0
- Major update: moved to Maton API gateway with managed OAuth for YouTube access.
- Added modern endpoint documentation for searching, video/channel/playlist management, and comment/connection handling.
- Uses Maton API key for authentication; OAuth connection managed via Maton portal.
- New instructions for managing Google connections and associating credentials.
- Legacy implementation and fallback instructions (yt-dlp/MCP server) removed.
- Usage examples updated for new API base URLs and authentication.