1
Enable API Key Access
Go to Settings › Security › Security policies and make sure Enable API key creation under Other settings is turned on. If it is disabled, contact your workspace owner to enable it.

2
Start a New API Key creation
In Settings › API keys, click New API key. Enter a name, select a team role, an expiration period, account access, and (optionally) specify allowed IP addresses.

3
Generate or Supply Your Key Pair
Bron uses asymmetric keys. You have two options:
When you supply your own JWK, it must meet these requirements:
Example JWK
How to generate a key?
How to generate a key?
You can use any library that supports ES256 and JWK. For example:
- JavaScript (Node.js): panva/jose
- Java: Nimbus JOSE + JWT
- Or any other ES256-compatible library.
