Register Key
Issuers
Register Key
Registers a new cryptographic key for an issuer. Supports ES256, ES384, ES512, RS256, RS384, RS512, PS256, PS384, PS512, and Ed25519.
POST
Register Key
Registers a new cryptographic signing key for an issuer. Keys start in ACTIVE status and can be used immediately for signing attestations.
Supported Algorithms
Ed25519 is the default and recommended for new projects. Use ES384 for government/regulated industries. Use PS256 over RS256 for new RSA deployments. RS256 is available for backward compatibility only.
Parameters
string
required
The UUID of the issuer to register the key for
string
required
Unique key identifier (e.g., “ed-key-1”)
string
required
Signing algorithm. One of:
Ed25519, ES256, ES384, ES512, RS256, RS384, RS512, PS256, PS384, PS512.string
required
Base64-encoded public key
Responses
Authorizations
API key for machine-to-machine authentication
Path Parameters
Body
application/json
Response
Key registered
Key identifier
Signing algorithm for key generation
Available options:
Ed25519, ES256, ES384, ES512, RS256, RS384, RS512, PS256, PS384, PS512 Base64-encoded public key
Available options:
ACTIVE, DISABLED, EXPIRED 
