What this is
This is Meroë's infrastructure domain. The API and the SDK live here. Consent receipts, AI-usage records, and guardian links flow through this platform for every app that integrates it — keyed to pseudonyms, never to identity.
Looking for your family's consent activity? The guardian console is at meroe.kandakelabs.app.
API
https://meroe.dev/api/
Consent events, signup + recovery registration, family-code validation, and the authenticated guardian read path. Requests are served at the edge; identity never arrives in cleartext.
SDK
<!-- Embed --> <script src="https://meroe.dev/meroe-sdk.js"></script> // Integrate const meroe = new MeroeClient({ app: 'YourApp', env: 'prod' }); await meroe.consent({ title: 'AI feature activated' });
Adapters: meroe-reign.js · meroe-tend.js · Types: meroe-sdk.d.ts