API Key Management
Secure your account and manage programmatic access.
Personal Access Tokens
A Personal Access Token (PAT) is like a password for scripts. It allows you to use the Programmatic API to publish versions without logging into the website.
Generating a Key
1. Go to Settings.
2. Scroll to the "Personal Access Token" section.
3. Click "Generate API Key" if you don't have one.
Security Best Practices
- Keep it secret: Never share your API key or commit it to public repositories.
- Use environment variables: When using the key in scripts (e.g. GitHub Actions), store it as a secret environment variable.
- Regenerate if leaked: If you suspect your key has been compromised, click "Regenerate" in settings immediately. This will invalidate the old key.