Python
Invites and API keys
Create API key
Create a new API key in a workspace.
Python
Documentation Index
Fetch the complete documentation index at: https://docs.openlayer.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your workspace API key. See Find your API key for more information.
Path Parameters
The workspace id.
Body
application/json
Response
201 - application/json
Status Created.
The API key id.
The API key creation date.
The API key last update date.
The API key last use date.
The API key value.
Maximum string length:
120Example:
"sk-ol-*************************5PW0"
The API key name.
Maximum string length:
120Example:
"Secret Key"

