Generate a new signing key pair
Generate an asymmetric key pair and persist the public side.
The private key is returned exactly once in the response body as
private_key_pem. It is never stored server-side — if lost, a new
key pair must be generated.
Authorizations
Parameters
Query Parameters
Request Body required
Request body for creating (generating) a new signing key pair.
The server generates the key pair; only the public half is persisted.
The private key is returned once in SigningKeyCreateResponse.
object
Key algorithm — RSA-4096 or ECDSA-P384
Human-readable key name
Responses
201
Successful Response
Response returned once when a new key pair is generated.
Includes the PEM-encoded private key — this is the only time it is returned. The server does not persist private key material.
object
PEM-encoded private key — store securely; not recoverable after this response
422
Validation Error