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
| Algorithm | Type | Use Case |
|---|---|---|
| Ed25519 | EdDSA | Default. Fastest signatures, smallest keys. Recommended for most use cases. |
| ES256 | ECDSA P-256 | Widely supported. Compatible with WebCrypto, mobile SDKs. |
| ES384 | ECDSA P-384 | Government/CNSA Suite. Required for some procurement contracts. |
| ES512 | ECDSA P-521 | Maximum ECDSA security. Larger signatures. |
| RS256 | RSA PKCS#1v1.5 | Legacy compatibility. Interop with older PKI systems. |
| RS384 | RSA SHA-384 | Higher security RSA with SHA-384. |
| RS512 | RSA SHA-512 | Higher security RSA with SHA-512. |
| PS256 | RSA-PSS | Modern RSA. NIST recommended replacement for PKCS#1v1.5. |
| PS384 | RSA-PSS SHA-384 | Higher security RSA-PSS. |
| PS512 | RSA-PSS SHA-512 | Maximum RSA security. |
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
The UUID of the issuer to register the key for
Unique key identifier (e.g., “ed-key-1”)
Signing algorithm. One of:
Ed25519, ES256, ES384, ES512, RS256, RS384, RS512, PS256, PS384, PS512.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 
