Create a cert-manager provisioning intent
POST/api/v1/workspaces/:id/certops/provision-intents
Manager-only human surface. It creates an idempotent deploy job with a strict public cert-manager desired state. The route is blocked by both CertOps rollout and workspace pause gates and never accepts a Kubernetes manifest, Secret data, CSR, or private key material.
Request
Responses
- 200
- 201
- 400
- 401
- 403
- 404
- 409
- 422
- 500
Exact idempotent replay
Provisioning intent created
Bad request
Unauthorized
Forbidden
Not found
Idempotency conflict (the key was reused with a different body), an attempt to reactivate a terminal managed certificate, or a paused workspace.
Request rejected because it contained private key material
Provisioning intent could not be created after validation (CERTOPS_CONTROLLER_PROVISIONING_CREATE_FAILED)