I kept seeing people screenshot product UIs and ask ChatGPT what to click.
That felt like a failure mode, not a feature.
So I built something small:
An agent that lives inside a product and executes real actions via its API.
Flow:
- upload OpenAPI spec
- tools get generated automatically
- drop in a script tag to your frontend
- users talk to the product
- agent executes API calls on behalf of user
This is early and rough, and I’d love honest feedback. I’ll be in the comments answering anything!
jaixbhatia•25m ago
I kept seeing people screenshot product UIs and ask ChatGPT what to click. That felt like a failure mode, not a feature.
So I built something small: An agent that lives inside a product and executes real actions via its API.
Flow: - upload OpenAPI spec - tools get generated automatically - drop in a script tag to your frontend - users talk to the product - agent executes API calls on behalf of user
This is early and rough, and I’d love honest feedback. I’ll be in the comments answering anything!