Private web apps, packaged as real SDKs.

Turn a website you can use into an API your pipelines can trust.

SiteKit records authorized browser traffic, drafts a typed adapter, generates TypeScript and Python clients, and exposes the same operations through MCP. LLMs help author and repair adapters; production calls stay deterministic.

Terminal
$ sitekit onboard playmetrics \
  --url https://app.playmetrics.com \
  --goal "Read roster, calendar, fees, and safely update games."

Recording browser traffic...
Found 23 candidate routes, 11 operations, 2 auth strategies.

$ sitekit generate playmetrics --target typescript --target python
Generated @local/playmetrics and py-playmetrics.

$ sitekit mcp serve playmetrics
Serving 10 verified tools.