Workspace
The Workspace is a collaborative notebook environment where users organize code, documentation, and outputs in a folder hierarchy. Notebooks can be shared, scheduled, and versioned.
Services Behind This Feature
| Service | Role |
|---|---|
| BFF API | Proxies requests and handles authentication between the Cogrion UI and the notebook backend. |
| JupyterHub | The notebook execution environment. Manages user sessions, kernel lifecycle, and file storage. Runs inside the tenant cluster. |
Go Deeper
- Security → Authentication and Authorization in the Cogrion UI
- Platform Developer → Deploying the Workspace Stack