v1
latestOpenAPI 3.0.12026-07-244011,5573.5 MBSecurity Keys
Create client key
Creates a client key from a JSON request body. Supported variants include OAuth integrations, inline PGP or SSH key material, JWT signing keys, webhook secrets, and generic password or HTTP basic credentials. Set algorithm to select the polymorphic request and response schema. Set type to classify what the key is used for.
post/v2/settings/security/keys
Request body
Example request
{
"description": "handlebars@buildtime:{{description}}",
"name": "handlebars@buildtime:{{name}}"
}Response
Successful response
Example response
{
"created_at": "2025-10-24T02:00:00-07:00",
"description": "handlebars@buildtime:{{description}}",
"name": "handlebars@buildtime:{{name}}",
"updated_at": "2025-10-24T02:00:00-07:00"
}