Back to API keysThe public API ships in v1.5. Today, API keys you create here work with the internal authenticated endpoints used by the browser extension.
Authentication
Pass your API key in the Authorization header:
curl https://app.healdemo.com/api/v1/walkthroughs \
-H "Authorization: Bearer dfk_live_..."
What works today
- Recording + publishing via the browser extension (keys authenticate the extension's capture uploads).
- Programmatic read of your own walkthrough list from trusted scripts.
What's coming in v1.5
- Public REST endpoints for walkthrough CRUD, heal runs, and analytics.
- Scoped keys (
readvs write). - Rate-limit headers, idempotency keys, and webhook signatures.
- OpenAPI spec + official SDKs.
Questions? Reply to any Heal Demo email and our team will route it.