Skip to main content
POST
Create a new Signing Key for an Organization

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_name
string
required

Organization Name

Body

application/json

Signing Key creation request body

POST body for adding a Signing Key to an Organization.

scheme defaults to ed25519 when omitted, which is what every key was before ESP-IDF support — so existing clients keep working unchanged.

key
string
required
name
string
required
scheme
enum<string>

Signature scheme this key belongs to

Available options:
ed25519,
secure_boot_v2_rsa

Response

Signing Key

Response schema for a single Signing Key

data
SigningKey · object
Example: