Zuplo Developer API
The Zuplo Developer API lets you programmatically manage your Zuplo account, projects, environments, tunnels, custom domains, and more. Use it to automate workflows, integrate with CI/CD pipelines, or build custom tooling on top of Zuplo.
Authentication
All API requests require a Bearer token in the Authorization header:
Code
Creating an API Key
- Navigate to portal.zuplo.com and log in.
- Select the account you want to work with.
- Go to Settings > API Keys.
- Click Create New Key or copy an existing key.
API keys are scoped to your account, so a single key works for all projects under that account. If you belong to multiple accounts, make sure to select the correct one before creating a key.
⚠️ Warning: Keep your API key secure. Do not commit it to version control or share it publicly. Use environment variables to store your key in CI/CD environments.