Documentation

API

Automate Nouva workflows with the API. Manage projects, services, deployments, and logs from scripts and CI pipelines.

Authentication

Generate API tokens from your dashboard settings. Tokens are scoped to your account and should be stored securely. Use the token in the Authorization header for every request.

Authorization: Bearer YOUR_TOKEN

What you can automate

  • Create and update projects, services, and environments.
  • Trigger deployments and fetch deployment status.
  • Read logs and metrics for observability workflows.
  • Manage databases, volumes, and backups.

Best practices

  • Use separate tokens for CI and local scripts.
  • Rotate tokens regularly and revoke unused access.
  • Prefer idempotent workflows to avoid duplicate resources.