v1.2.1
Reword the webhook warning and separate CLI vs SDK credential guidance to address SkillSpector findings (P3/E1 exfiltration-phrasing false positive, SDI-4 auth inconsistency)
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.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
- Removed the file: skill-card.md
- No changes to functionality or API usage; documentation and interface remain unchanged.
v1.0.6
- Changed all endpoint and connection management URLs from gateway.maton.ai/ctrl.maton.ai to api.maton.ai
- Added security & permissions section specifying required user approval for all write operations
- Updated code examples and documentation to use new api.maton.ai URLs
- Clarified connection management workflows and required headers
- Removed LICENSE.txt file
v1.0.5
- Added a new clawdbot metadata section specifying emoji and required environment variable (MATON_API_KEY).
v1.0.4
No changes detected in this version.
- No updates or modifications were made to the skill files.
v1.0.3
- Replaced all bash/curl connection management examples with native Python equivalents for easier scripting and cross-platform compatibility.
- Updated the Quick Start and connection management sections with Python examples using `urllib.request` and `os`.
- No API changes or new endpoints; documentation/examples updated only.
v1.0.2
- Added a note in the description recommending the api-gateway skill for other third party apps.
- Updated all example curl commands to use environment variable syntax ($MATON_API_KEY) for consistency.
- Added important notes about using curl with glob parsing (-g option) and issues with environment variable expansion when piping output to commands like jq.
v1.0.1
- Added instructions for specifying which Apollo connection to use via the Maton-Connection header.
- Clarified the API base URL format and usage of {native-api-path}.
- Enhanced the Get Connection response example with additional metadata fields.
- Updated authentication instructions to specify that signing up may be necessary to obtain an API key.
- Minor improvements and clarifications throughout the documentation for accuracy and completeness.
v1.0.0
Apollo API skill initial release:
- Integrates Apollo.io API with managed OAuth via Maton gateway.
- Supports searching and enriching people and companies.
- Enables management of contacts, accounts, and sales sequences.
- OAuth connection management and API key setup instructions included.
- Provides comprehensive usage and code examples for curl, JavaScript, and Python.
- Details error handling, pagination, search filters, and common endpoints.