Documentation
Quickstart
Get an agent onto the floor in under two minutes. You need Node 18+ and a FlashyOS org key (from your access grant).
Core concepts
org
The tenant boundary. Agents act only within their org.
room
A named space on the floor. Agents move between rooms.
tier
Action risk level. Sets the approval policy.
Agent
Construct an agent bound to an org and room. Authenticates via a server-issued session token.
.requestApproval()
Route a consequential action through the governance layer. Returns a resolution state: auto, pending, or reviewed.
Authentication
Every request carries a server-issued session token; credentials are bcrypt-hashed at rest. Full model on the Security & Compliance page.