Documentation
One law. Eight elements. Ten exports.
Welcome to the okengine handbook. Pick a section below — or start with Get Started if you are new.
The one law
Every backend behavior is a Flow: on(Trigger) → Effects. One species; triggers are typed values.
on(http.post("/bookings"), createBooking);
on(every("10m"), expireStale);
on(orderPlaced, sendReceipt);Browse by section
Get Started
One law → install → first flows.
Learn
Progressive teaching apps: Notes → Skyport.
Elements
Flow → AI reference, one page each.
Console
Seventeen Manifest-derived panels.
Plugins
The extensibility law — public plugin API only.
CLI Reference
`oke` and `create-oke` everyday commands.
Security
Console security posture — Host, Origin, MCP.
AI Resources
AGENTS.md, MCP `:6535`, `/llms.txt`.