Documentation Index
Fetch the complete documentation index at: https://qovery-erebe-skills.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Generate an API token for authenticating with Qovery programmatically. API tokens are useful for CI/CD pipelines, automation scripts, and integrations.Command
Usage
Options
| Flag | Description |
|---|---|
--name | Token name/description |
--help | Show help for token command |
Examples
Generate Token
Generate Named Token
Using API Tokens
In CI/CD Pipelines
In Scripts
In Local Development
Security Best Practices
Token Storage
Token Storage
Do:
- Store tokens in CI/CD secret management
- Use environment variables
- Use secure vaults (AWS Secrets Manager, HashiCorp Vault)
- Rotate tokens regularly
- Commit tokens to Git
- Share tokens in plain text
- Use the same token across multiple systems
- Store tokens in application code
Token Rotation
Token Rotation
Regularly rotate API tokens for security:
Limited Scope Tokens
Limited Scope Tokens
Generate separate tokens for different purposes:
Managing Tokens
Tokens can be managed in the Qovery Console:- Go to Settings → API Tokens
- View all active tokens
- Revoke tokens that are no longer needed
- Set expiration dates for tokens
Token Permissions
API tokens inherit permissions from your user account:- Full Access - Can perform all operations you can perform
- Scoped to Organization - Token permissions apply to specific organization
- Audit Trail - All token actions are logged
Examples by Use Case
CI/CD Deployment
Automated Monitoring Script
Tips
Related Commands
qovery auth- Authenticate with tokenqovery context- Set working context