Create a manual CertOps job
POST/api/v1/workspaces/:id/certops/jobs
Creates a workspace-scoped CertOps job through the manual creation surface. This is a session-authenticated exception path for the pre-certops-scheduler window (and a break-glass path afterward); jobs created this way are always recorded with source "api" and cannot be attributed to the executor or automated-scheduler pipelines. Requires workspace_manager role or above. Private key or secret material in the request body is rejected.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 409
- 422
- 500
Job created
Bad request
Unauthorized
Forbidden
Not found
idempotencyKey was already used with a different job request
The request contained private-key or forbidden secret material
Internal server error