/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.
Click Save to update your profile.
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:Projects
A summary of all projects (projects) you have access to. Each row shows:
Click Create Project to start a new project — redirects to Project Settings.
API Access
Manage named API keys for programmatic access to Remyx. You can create as many keys as you need (one per tool, environment, or automation), each with its own scopes and status.Key types
Every key carries a prefix that tells you what it’s for:
Both are opaque tokens (prefix + random entropy + checksum). Remyx stores only a SHA-256 hash, never the plaintext.
Creating a key
-
Click Create API Key and give it a descriptive name (e.g.
laptop-cli,ci-experiments). -
Choose its scopes: either pick individual scopes from the catalog or apply a one-click preset:
- Click Create. The full token is shown once.
Managing keys
Each key row shows its name, prefix/last-4, scopes, status, andlast used timestamp.
Using a key
HuggingFace token
HuggingFace access tokens for gated models now live on the HuggingFace integration connection. Set them via Connectors.Security Best Practices
- Use a narrowly-scoped key per use. Create a separate key for each tool or automation and grant it only the scopes it needs. Don’t reuse one broad key everywhere.
- Rotate by replacement. To rotate, create a new key and revoke the old one. (There is no in-place refresh; keys are immutable once created.)
- Never commit tokens to version control. Use environment variables,
.envfiles (with a loader), or CI secret stores. - Prefer automation keys (
rmxa_) for unattended use. Their 365-day TTL limits exposure if a secret leaks. - API keys authenticate as your user; any action taken with a key is attributed to your account, gated by that key’s scopes.
Related
Project Settings
Configure projects, metrics, and connected tools
Connectors
Connect tools (GitHub, HuggingFace, …) via OAuth
API Scopes
Scope catalog, presets, and key prefixes
CLI Authentication
Set up the CLI with your API key
API Reference
REST API documentation