Create API key
Create a new permanent API key (lb_ prefix). Use this to provision separate keys for different agents or integrations. The returned key value is only shown once at creation time — store it securely.
Authentication
AuthorizationBearer
API key (lb_ prefix). Pass as: Authorization: Bearer lb_...
Request
This endpoint expects an object.
name
Human-readable label for this API key.
Response
Successful Response
id
API key entity ID
name
Human-readable label
prefix
First 8 characters of the key value
key
Full API key value. Use as Bearer token for all authenticated requests.
created_at
When the key was created
object
Object type identifier.
Errors
401
Unauthorized Error
422
Unprocessable Entity Error