Platform Admin¶
The Platform Admin panel is the operator control surface for anyone running a Doable instance. It is separate from workspace-level admin and is only visible to users whose account has is_platform_admin = true (or the platform_admin platform role).
Access it at /admin after signing in with a platform admin account.
What it covers¶
| Section | URL | Purpose |
|---|---|---|
| Users | /admin/users |
List, promote, suspend accounts |
| Signups | /admin/signups |
Funnel metrics and recent registrations |
| Plan Limits | /admin/plans |
Per-plan quotas and credit caps |
| Feature Flags | /admin/features |
Enable or disable features per user, workspace, or plan |
| Frameworks | /admin/frameworks |
Manage the template registry |
| Tools & Skills | /admin/tools |
MCP server and skill registry |
| System Ops | /admin/ops |
Health metrics, rate-limit controls, allowlists |
| Email Broadcasts | /admin/email |
Send announcements to users |
Granting platform admin access¶
Set is_platform_admin = true on the target user row in the users table, or use the Users panel to promote an existing account. Changes take effect on the user's next request. No restart required.
Warning
Platform admin access grants full visibility into all workspaces and user data. Assign it only to operators who need it.