Skip to content

Instantly share code, notes, and snippets.

View VildMedPap's full-sized avatar

Sebastian Steenssøe VildMedPap

View GitHub Profile
@mikkelkrogsholm
mikkelkrogsholm / API_MAPPING_PLAYBOOK.md
Created October 5, 2025 14:13
Automated API Mapping Playbook

Automated API Mapping Playbook

What Is This?

A simple way to automatically discover and document any website's API by giving Claude Code a single prompt. The AI will:

  • Navigate the website and capture all network traffic
  • Analyze API endpoints, authentication, and parameters
  • Generate complete OpenAPI 3.0 specifications
  • Create code examples in multiple languages
  • Produce comprehensive documentation