examples/projects/investor-booking-web.
It gives you a practical ingress harness:
- browser UI for message testing
- local proxy that keeps runtime key server-side
- event forwarding to app runtime ingress
- diagnostics panel for payloads, IDs, and timing
Architecture
1) Deploy the app first
Fromexamples/python-sdk:
examples/python-sdk/.runtime-key.local.
2) Start the web proxy
Fromexamples/projects/investor-booking-web:
http://127.0.0.1:8787.
3) Validate with scenario flow
Run these chat prompts:Need 3 slots next week for Alex VC.Let's narrow to Tue/Wed mornings only.Please send a follow-up nudge if not confirmed.
- each request returns HTTP
200 - response includes
ok: true - response includes
workflow_idandevent_id - diagnostics panel shows request/response JSON and event metadata
Notes
- The proxy keeps
ak_app_*out of frontend code. - Use this project as a reusable integration harness for any inbound-event app.
- For SDK command and decorator details, see
/sdk/reference.

