Sandbox credentials
Create a sandbox API client in Integrations → API Clients with environment set to Sandbox.
Sandbox clients return mock review data from the EthioReview API — no production reviews are exposed.
Sandbox widgets
Create widgets with environment Sandbox in Integrations → Widgets. Rules:pk_test_*only resolves sandbox widgetspk_live_*only resolves production widgets- Mixing keys and widget environments returns
403 Forbidden
Local development
- Create a sandbox API client
- Add
http://localhost:3000(and your dev port) to allowedOrigins - Create a sandbox widget and copy
widgetId - Embed with sandbox credentials:
Environment variables
Go live
- Create a production API client (
pk_live_*) - Add production domains to allowedOrigins
- Create production widgets or clone sandbox config
- Swap env vars to
pk_live_*and productionwidgetId - Remove sandbox keys from production builds

