API Tokens
API tokens authenticate your CLI with the cloud dashboard for telemetry reporting.Creating a Token
- Go to app.dotsetlabs.com
- Open your project
- Click the API Tokens tab
- Click New Token
- Name your token (e.g., “CI Pipeline”, “Local Dev”)
- Copy the token immediately — it won’t be shown again
Token Format
Tokens follow this format:dss_a1b2c3d4e5f6...
Using Tokens
Link a Project
.dotset/project.json (add to .gitignore).
In CI/CD
Set as an environment variable:Token Limits by Plan
| Plan | Tokens per Project |
|---|---|
| Free | 1 |
| Pro | 5 |
| Business | Unlimited |
Revoking Tokens
- Go to your project’s API Tokens tab
- Click the trash icon next to the token
- Confirm deletion
Revoked tokens stop working immediately.
Security Best Practices
- Use different tokens for dev and CI
- Rotate tokens periodically
- Never commit tokens to git
- Use environment variables in CI