The mental model
One workspace, one database
Every app and workflow in a workspace shares one database, its schema, and its permissions.
Permissions live on the database
Roles and row-level rules are set once, on the workspace database. Every app inherits them.
Agents do the building
Apps are React apps; workflows are typed backend functions. An agent builds them in a cloud sandbox.
Next
Quickstart
Connect an agent, describe an app, and publish it.
Framework reference
The
zitejs surface your agent writes against.