Specwatch sits as a local reverse proxy. You point it at an API, use it normally, and it infers the schema from the traffic. It figures out types, required fields, enums, path parameters, auth schemes — then exports an OpenAPI 3.1 spec.
No raw request data is stored — only the inferred schemas go into a local SQLite database. The proxy is non-blocking (your response comes back first, inference runs after).
It's a single npx command, no cloud, no account. Happy to answer questions about the inference approach or anything else.