workspace

Create a workspace API key

[cloud-only] Creates a new API key for the current workspace.

post/api/workspace/api-keys

Request body

namestring required

Display name for the API key

descriptionstring

User-provided description of the key's purpose

Response

API key created

idstring required
namestring required
descriptionstring required

User-provided description of the key's purpose. Always present in responses; empty string when no description was supplied on create.

keystring required

Full API key value (only returned on creation)

prefixstring
created_atstring date-time

Changes