Create API key
Create a new API key for the workspace. The plaintext key is returned once.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Human-readable label for the new API key.
1 - 255"production"
Response
Successful Response
Returned once at creation time -- includes the plaintext secret.
Unique API key ID.
"key_01J8QR2K5VKDGN2T4FBM3CZYX9"
Human-readable label for this key.
"production"
First 8 characters of the key, shown for identification.
"fl_live_k"
ISO-8601 UTC timestamp when this key was created.
Plaintext API key. Store it securely — this is the only time it is returned.
"fl_live_kT9uQw..."
ISO-8601 UTC timestamp of the most recent authenticated request.
ISO-8601 UTC timestamp when this key was revoked. Null if still active.

