M MEOK · sovereign

Your agentic AI-OS, on any website.

One snippet drops a governed Sovereign character into any site or SaaS. It sees the page, takes real actions (navigate, fill, act — a bounded plan→do→check→act loop), remembers, opens the full 3D character + SOV Space over your site, and works offline. Every action is signed; the user's data stays theirs. Look — there's a 🐉 orb bottom-right of this very page.

install · one snippet

Paste before </body>

<script>
  window.SOVEREIGN_CONFIG = {
    brand: 'YourBrand', accent: '#c9a84c', face: '🐉',
    sections: [ { label: 'Pricing', href: '/pricing' }, { label: 'Docs', href: '/docs' } ]
  };
</script>
<script src="https://os.meok.ai/sovereign-embed.js" defer></script>
what it does

A real agent, not a chat bubble

Brain surface: /api/orchestrate/api/govern/api/sign/api/verify — the shared sovereign backend. Your users meet SOV3; you brand it yours.

give it hands on your app

Let the Sovereign drive your UI (optional)

Expose your app's own actions and the agent will use them inside its governed loop:

window.sovereignOSCommands = {
  add_to_cart: function(a){ /* your code */ return {ok:1}; },
  open_invoice: function(a){ location.href='/invoices/'+a.id; return {ok:1}; }
};
// then: await window.sovereign.pdca('add the blue chair to my cart and checkout');

Sovereign, honest: the character + memory are the user's, signed on-device and refusable. The embed calls the shared MEOK backend for reasoning; run your own for full data-residency. Works in any modern browser today. To take the same character into Claude / Claude Code as an MCP, see /connect.html. CSOAI Ltd UK · MIT.