The problem with a lot (most?) integration work is that often there simply aren't any API docs - or the docs are outdated/obsolete (because they were written by-hand in an MS Word doc and never kept up-to-date) - or sometimes there isn't an API in the first place (c.f. screen-scraping, but also exfiltration via other means). Are these scenarios you expect or hope to accommodate?
No api at all is out of scope for now, there are other tools that are better suited for that.
I guess you could regularly run the api just to make sure the mapping is still up to date and there are no delays when you actually need the data, depending on how often the api changes.
That being said, the mitmproxy2swagger approach is really really cool as an alternative to mindless scraping.
What's the route to doing this automatically? Is there some tool for doing this?
Re: open source, what's your general attitude/commitment towards the community? Is it more like SQLite (no contributions accepted), or more like Rust (let's get everyone involved)?
On your open source question, we accept contributions from non-team-members and have done so in the past, particularly on bugs or new features on the backend.
Curious - why did you decide to open source? It's neat to see a lot new YC open source companies. I'm curious why you thought open-sourcing superglue was strategically advantageous