Platform
Studio UI
The admin UI for experiments, audit logs, kill actions, authentication, organizations, and SAML settings.
apps/studio is a Next.js UI over @fabricorg/experiments-api-client.
Current surfaces:
- experiment list,
- experiment detail,
- guarded kill action,
- audit log,
- login and signup,
- org-scoped SAML settings.
Studio does not access the database directly. Server components forward the user cookie to apps/api, preserving a single auth and authorization boundary.