Records browser sessions to automatically discover hidden APIs and export production-ready artifacts like TypeScript SDKs, OpenAPI specifications, and MCP server configurations.
Sponsored
TabAPI automates the discovery and documentation of web application APIs by observing live browser sessions. Instead of manual reverse-engineering, it records user interactions through a real browser, automatically identifying hidden endpoints, inferring request/response schemas, and redacting sensitive data. This process generates clean, reusable API artifacts such as TypeScript SDKs, OpenAPI 3.0 specifications, and MCP server configurations, streamlining development, enabling robust CI/CD API drift checks, and providing structured access for AI agents.
主な機能
01Export TypeScript SDK, OpenAPI 3.0, MCP server config, and replay tests
02Generate MCP-ready API tooling for AI agents and assistants
03Auto-discover API endpoints from live network traffic
04Infer request and response schemas from real payloads
050 GitHub stars
06Record any web app via real browser automation (Playwright)
ユースケース
01Build integrations against undocumented/private APIs
02Add contract checks in CI for API drift and regressions
03Generate an internal SDK from behavior, not documentation