Development
Endpoints you embed, in your own site.
Stamter exposes capture as endpoints rather than hosted pages. You keep your own site; the data lands in your tables.
Form endpoints
You create an endpoint in the app, which issues its URL and a secret, then post to it from your own HTML. Submissions write straight into the table you chose, and the secret can be rotated without changing the URL.
Booking endpoints
One call reads availability, another creates a reservation, a third manages it afterwards. The app generates curl and React snippets for the endpoint you configured, ready to paste into your own page.
What this is not
There is no hosted form builder and no hosted booking page. If you have a site, you embed; if you do not, that is a real difference worth weighing.
The request and response schemas are not published here yet. The app shows the exact snippet for each endpoint you create.