Why workspaces exist
Different teams, clients, or use cases need separate configurations. A customer support team and a finance team shouldn’t share the same agents, models, or API keys. Workspaces enforce this separation cleanly.Switching workspaces
Use the workspace switcher at the top of the sidebar to switch between workspaces. Everything you see in Studio — agents, settings, the Discover feed — is scoped to the active workspace. Switching workspaces is like switching projects.OCI addressing
Workspaces use OCI (Open Container Initiative) addressing — the same convention used by container registries like Docker Hub. Each workspace has:- Namespace — your organization scope (e.g.,
alquimia, set byNEXT_PUBLIC_DEFAULT_NAMESPACE) - Name — workspace identifier (e.g.,
customer-support) - Full address —
namespace/name(e.g.,alquimia/customer-support)
Workspace naming rules
Workspace names are sanitized to OCI format automatically:- Lowercase only
- Letters, numbers, hyphens, dots, and underscores allowed
- Spaces become hyphens
Roles within a workspace
Access to a workspace is controlled by your RBAC role. If your deployment uses Keycloak, roles are assigned there. See Roles & Permissions for the full breakdown.Next steps
Discover & Publish
Publish your workspace or install from the community catalog.
Roles & Permissions
Control who can access and modify your workspaces.