Use the Nometria API to automate deployments, manage migrations, and integrate with your CI/CD pipeline.
The Nometria API lets you trigger deployments, check migration status, and manage your projects programmatically. Use it to integrate Nometria into your CI/CD pipeline or build internal tooling.
All API requests require an API key passed in the Authorization header:
Authorization: Bearer <your-api-key>
Get your API key: Dashboard → Settings → API Keys → New Key.API keys are scoped to your account and have access to all your projects. Treat them like passwords — never commit them to source code.
If an API key is compromised, revoke it immediately from Dashboard → Settings → API Keys.