Enable Permission System
Set the environment variable to enable access control:Database Setup
Choose your relational database:- SQLite — Local development (auto-creates files)
- Postgres — Production (requires manual setup)
Authentication
API Server
Start the server with authentication:- Username:
default_user@example.com - Password:
default_password
Programmatic Access
See Permission Snippets for complete programmatic examples.Data Organization
Data is automatically organized by user and dataset. Each user gets isolated storage:Troubleshooting
Permission Denied: Verify user has required permission on the dataset. Data Isolation: Check per-user database files exist:Permission System
Learn about users, tenants, roles, and ACL
Usage Guide
How to use permission features