Workspace settings control access, integrations, and configuration for your Osmosis team.
Workspace Management
From Settings → Workspace → General:
- Name — Display name for your workspace
- Description — Brief description of what your team works on
- Workspace ID — Unique identifier used in API calls
Team Members
Manage who has access to your workspace from Settings → Workspace → Members.
Roles
| Role | Permissions |
|---|
| Owner | Full access. Manage billing, delete workspace, manage all settings. |
| Admin | Manage members, create projects, configure integrations. Cannot delete workspace or manage billing. |
| Member | Create and run training runs, view metrics, access projects. Cannot manage workspace settings. |
Inviting Members
- Go to Settings → Workspace → Members
- Click Invite Member
- Enter their email address and select a role
- They’ll receive an email invitation to join the workspace
API Keys
Generate API keys for programmatic access to the Osmosis platform.
From Settings → Workspace → API Keys:
- Create new API keys with optional descriptions
- View active keys (only the prefix is shown after creation)
- Revoke keys that are no longer needed
API keys grant full access to your workspace. Store them securely and never commit them to version control.
Authenticating with the CLI
Use the CLI to authenticate with your workspace:
# Authenticate
osmosis login
# Check current authentication status
osmosis whoami
The osmosis login command opens a browser for authentication and stores a CLI token locally. Tokens are scoped to your user account and workspace.
Hugging Face Integration
Connect your Hugging Face account to export trained models directly from the platform.
From Settings → Workspace → HF Integration:
- Click Connect Hugging Face
- Authorize Osmosis to access your Hugging Face account
- Once connected, you can upload merged checkpoints to any of your Hugging Face repositories
See Monitoring → Exporting to Hugging Face for export details.
LLM Provider Keys
Configure API keys for LLM providers used by reward rubrics during training.
From Settings → Workspace → API Keys:
- Add keys for OpenAI, Anthropic, Google, xAI, and other supported providers
- Keys are encrypted at rest and only used during training runs
- Test provider connectivity from the settings page
Billing
From Settings → Workspace → Billing (Owner only):
- View current usage and costs
- Manage payment methods
- View billing history
Next Steps