DaaS Studio
The DaaS Studio is the web-based admin interface available at the root URL of your deployed instance (e.g., https://XXX.daas.buildpad.ai). It provides a visual interface for every capability exposed by the REST API.

Sections
| Section | Path | Description |
|---|---|---|
| Data Model | /data-model | Visual schema editor — manage tables, columns, and relationships |
| Content | /content/:collection | Browse and edit items in any collection |
| Users | /users | Manage user accounts and profiles |
| Roles | /roles | Create and configure roles |
| Policies | /policies | Define access policies and assign to roles |
| Files | /files | Upload and organize files |
| Settings | /settings | Global project settings, SMTP, MCP config |
Login
Navigate to your instance URL. Unauthenticated visitors are redirected to /login, which accepts email/password credentials.

Last updated on