Create a CertOps agent bootstrap token
POST/api/v1/workspaces/:id/certops/agent-bootstrap-tokens
Issues a single-use agent bootstrap token used once by POST /api/v1/certops/agent/register. Expiry is required, must be in the future, and is capped at 30 days. The raw ttboot_ token is returned exactly once by this create response; only its hash is persisted.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 422
- 500
Agent bootstrap token issued
Bootstrap-token request is invalid (name or expiry)
Unauthorized
Forbidden
Not found
Request rejected because it contained private key material
Internal server error