Skip to main content
POST
Create Vm Api Key

Body

application/json
key_label
string
required

Human-friendly name for the API key

prefix
string | null

Optional key prefix

description
string | null

Optional metadata description

Response

Successful Response

Response containing the stored metadata and plaintext key.

api_key
VmApiKeyResponse · object
required

Stored key metadata

plaintext_key
string
required

Plaintext API key (only returned once)