/account
The Account page manages your Remyx identity, team memberships, and API credentials.
Profile
Your profile helps Remyx personalize recommendations and set up your workspace.| Field | Description |
|---|---|
| Name | Display name shown in experiment activity feeds and decisions |
| Account email (read-only) | |
| Role | Primary role: ML Engineer, Researcher, Data Scientist, Product Leader, or Other |
| Interests | Comma-separated list of topics you work on — used as default context when you haven’t created Research Interests yet |
Teams
Teams group users for shared project access and experiment visibility.Creating a Team
Click Create Team and provide a team name. You’re added as the owner.Team Management
The Teams table shows:| Column | Description |
|---|---|
| Team Name | Name of the team |
| Your Role | Owner, Admin, or Member |
| Actions | Manage members, edit, or delete |
Projects
A summary of all projects (initiatives) you have access to. Each row shows:| Column | Description |
|---|---|
| Project Name | Initiative name |
| Team | Associated team |
| Actions | Open project, go to settings |
API Access
Manage API tokens for programmatic access to Remyx.Remyx API Key
Your primary API key for authenticating with the Remyx REST API, CLI, and MCP server.| Action | How |
|---|---|
| Generate | Click Generate to create a new API key |
| View | Click the eye icon to reveal the full token |
| Copy | Click the copy icon to copy to clipboard |
| Refresh | Click Refresh to rotate the key (invalidates the previous key) |
| Delete | Click Delete to revoke the key |
GitHub PAT
A GitHub Personal Access Token with write access. Used by the implementation pipeline to push branches and open PRs in your repos.If you’ve connected GitHub via OAuth at Connectors, the OAuth token is used instead of the PAT. The PAT is a fallback for repos where the OAuth app isn’t installed.
HuggingFace Token
HuggingFace access token for gated models and datasets.Statsig Console Secret Key
Used for A/B test result integration when Statsig is configured as the testing provider in Project Settings.Security Best Practices
- Never commit tokens to version control. Use environment variables,
.envfiles (with a loader), or CI secret stores. - Rotate keys periodically using the Refresh action.
- Use OAuth connections (via Connectors) instead of PATs when possible — OAuth tokens are scoped and auto-refreshable.
- API keys authenticate as your user — any action taken with your key is attributed to your account.
Related
Projects & Settings
Configure initiatives, metrics, and connected tools
Connectors
Connect tools via OAuth instead of PATs
CLI Authentication
Set up the CLI with your API key
API Reference
REST API documentation