Awell Navi
Embed Navi in 5 minutes
In CareOps, create a publishable key (pk_test-...). You’ll use it in your app.
01
Add NaviProvider
at the root of your React app and pass your publishable key.
01
Use NaviEmbed
where you want the experience to appear. Provide a careflowDefinitionId
(and optionally stakeholderId
, branding
, etc.).
01
01
That’s it — your React app will load Navi with your publishable key and render the care flow.
cfdef_12345
with your actual care flow definition ID (Copy the care flow list in Awell Studio).NEXT_PUBLIC_NAVI_PK
(or similar) and passing it to NaviProvider
.