Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:6900/v1/system/api-keys \ --header 'Content-Type: application/json' \ --data ' { "environment_id": "<string>", "name": "<string>", "scopes": [] } '
null
Generates a new API key for programmatic access. The plain-text key is only returned once.
1
public
secret
API key created
The response is of type unknown.
unknown