Proposal 1

Auto discovery

Actions that create themselves. The customer points Chatbase at the API they already have, reviews the generated actions, and enables them.

The problem

Today, every action is typed by hand: name, when to use, data inputs, method, URL, parameters, headers, body, test, data access. One full wizard per endpoint. Three endpoints means the whole thing three times.

Meanwhile, the customer's API is usually already described somewhere: an OpenAPI spec, a Postman collection, or their docs. None of that information is used.

The proposal

Discovery is not enablement. Nothing is callable until a human approves it. Read only endpoints import by default, write actions require explicit opt in.

What it improves

Try the interactive demo