Enable API Key Access
Start a New API Key creation
Generate or Supply Your Key Pair
Generation type | Description |
---|---|
Self-generation | Generate the key pair yourself and share only the public key with Bron. Keep the private key secure. |
Browser generation | The browser generates the key pair; the private key never leaves the browser and is shown only once. |
Property | Requirement |
---|---|
kty | Must be "EC" . |
crv | One of "P-256" , "P-384" , "P-521" , "SECP256K1" or "Ed25519" . |
x, y | Both required; base64url-encoded curve coordinates. |
No private fields | Must not include "d" or any other private-key material. |
kid (optional) | 20–30 alphanumeric characters or hyphens (^[0-9A-Za-z\-]{20,30}$ ). Auto-generated if omitted. |
How to generate a key?