What problem does it solve?
This Skill streamlines the discovery and documentation of undocumented REST API endpoints by performing methodical URL analysis and empirical testing, reducing manual exploration time and the risk of missing edge cases.
Core Features & Use Cases
- URL structure analysis: identify path parameters and endpoint patterns without making assumptions.
- Parameter discovery: infer parameter types and constraints from request patterns.
- Minimal test case generation: create concise tests to validate endpoint behavior.
- Request execution & sampling: run deterministic curl-based requests and capture full responses for analysis.
- Documentation generation: produce structured endpoint-documentation.md with authentication, parameters, and response schemas.
- Use case: document undocumented APIs for integration guides, API catalogs, or reverse-engineering efforts.
Quick Start
Provide the target API URL and run the skill to begin automated URL analysis, test generation, sample collection, and documentation writing. For example, point it at https://api.example.com/v1/resource/{id} and let it generate endpoint-documentation.md based on observed responses.