API Keys
Manage authentication keys for CI/CD pipelines, CLI, and external integrations.
Active Keys
A list of API keys that currently have access to your account.
Quick Setup
Authenticate your CI/CD pipeline using the API key:
# Set as environment variable
export NOBALMAKO_TOKEN="your_api_key_here"
# Download variables
nobalmako pull --project my-app --env prod
export NOBALMAKO_TOKEN="your_api_key_here"
# Download variables
nobalmako pull --project my-app --env prod
API Reference
Full Docs Fetch variables directly via HTTP:
GET /api/variables?teamId=...
Headers:
Authorization: Bearer your_api_key
Headers:
Authorization: Bearer your_api_key