Solution recipes

Each recipe is a product: what it is, what comes out of the box, which endpoints it uses and a ready-made prompt for your AI assistant. Copy, adapt, ship.

An automatic QR generator and QR menu system for your cafés

For agencies, POS resellers and service providers. One API call opens digital loyalty for your client café: the business, its guest sign-up page and a branded QR code are ready in seconds. The QR menu and table ordering infrastructure waits in the same business's panel, ready to switch on.

Out of the box

Flow

POST /platform/v1/businesses            → café created, join_url returned
GET  /platform/v1/businesses/{id}/qr.png → download the QR PNG, print, ship
GET  /platform/v1/businesses            → every client café in one list

Agent prompt

Build an agency tool on the Sadakio Platform API. Contract:
https://api.sadakio.com/platform/v1/openapi.yaml
Form: café name and sector. On submit create the business, show its
join_url and the qr.png image, make it downloadable.

A smart guest registration and tracking system for business loyalty

Fast guest registration and counter tracking behind your own interface. A reception screen, a till tablet or your own app: register the guest by phone, record the visit, read the counters. Identity dedup is ours, the same phone never registers twice.

Out of the box

Agent prompt

Build a reception screen on the Sadakio Platform API. Contract:
https://api.sadakio.com/platform/v1/openapi.yaml
Enter a phone, register or find the guest, record the visit with
events, show the counters. Use Idempotency-Key.

A loyalty app under your own brand

Stamp and reward mechanics on a ready engine, brand and experience yours. Your guests see your app, counters and idempotent writes come from us. Double-stamping by accident is impossible by construction: a request with the same Idempotency-Key replays the first result verbatim.

Out of the box

Agent prompt

Build a branded loyalty web app on the Sadakio Platform API.
Contract: https://api.sadakio.com/platform/v1/openapi.yaml
Guests sign in by phone. The stamp screen reads the counters
endpoint, visits go through events. Design is mine, engine is Sadakio.

A retention analytics dashboard

Your own dashboard over your café's data. Guest list, visit feed and retention summaries come from the Business API, the visualization is yours.

Out of the box

Agent prompt

Build an analytics dashboard on the Sadakio Business API. Contract:
https://api.sadakio.com/api/v1/openapi.yaml
Weekly retention chart, top 20 loyal guests and a list of guests
going quiet. Fetch incrementally with updated_since.

Your recipe is not here? Tell [email protected] what you are building. If an endpoint is missing we will look at the roadmap together.