← Reference

Reference

Terminology

A short map of the words used throughout the framework and these docs.

Object, collection, and manifest

An object is one typed record with behavior. A collection works with many objects. The manifest is the scanned description used by build tools and runtimes.

Tenant, user, profile, and membership

A tenant is a data and authority boundary. A user authenticates. A profile represents a person, organization, or agent in the product. A membership connects a user to a tenant.

Role, permission, and principal

A role groups permissions inside a tenant. A permission names an operation. A principal is the resolved identity and authority carried into a request, job, or agent call.

Agent, persona, and learning memory

An agent is executable behavior. A persona is one durable tenant-owned instance with its own instructions and tool ceiling. Learning memory stores outcome-scored experience for later recall.

SSR, hydration, and live collection

Server-side rendering supplies the first HTML and data. Hydration hands those rows to browser state. A live collection can then receive changes and replay offline writes.