Circadian-aware binaural beat + Solfeggio frequency generation, powered by the Aeonmi AI language runtime. Personalised protocols. Every session, every frequency, by design.
White-label RTPE. Deploy inside your product, clinic, or wellness platform.
Everything in Developer
Unlimited API calls
White-label branding
Self-hosted option
SLA + dedicated support
Custom .ai protocol scripting
Aeonmi ecosystem co-listing
Revenue share via Shard
API Reference
Drop RTPE into any stack — REST endpoints, JSON responses, WebSocket streaming
🔌 RTPE REST API
All endpoints return JSON with full protocol context: carrier frequency, binaural beat, harmonics, swarm consensus, and probabilistic outcome. Authenticate with your API key via Authorization: Bearer sk-rtpe-…
GET
/v1/protocol
Auto-detects UTC time → returns circadian protocol
RTPE is fully Shard-ready. Any product in the Aeonmi ecosystem can mount RTPE as a plugin module via the Shard plugin manifest — exposing frequency recommendations, session hooks, and Mother AI bridge calls to any connected agent, dashboard, or third-party integration.
📦 One-line Shard install
🔗 Cross-product session sync
💸 Revenue share via Shard store
🤖 Mother AI hook exposed
🔄 Auto-updates via manifest
🌐 Public listing on aeonmi.ai
// shard.manifest.json — drop this in any Aeonmi product
{
"plugin": "rtpe",
"version": "1.0.0",
"source": "aeonmi://shard/rtpe",
"mount": "/modules/rtpe",
"hooks": ["on_session_start", "on_mother_query", "on_circadian_shift"],
"permissions": ["frequency:read", "session:write", "mother:bridge"]
}