v1

latestOpenAPI 3.1.02026-07-1311417.6 KB
API Keys

Create API Key

Create a new API key for the project. The full key value is returned only once in the response — store it securely.

Keys start with lc_proj_ and are 64-character hex strings.

post/api/admin/api-keys

Request body

namestring required

A descriptive label for the key

Example request

{
  "name": "production-backend"
}

Response

API key created

idstring
namestring
keystring

The full API key — shown only once

createdAtstring date-time