cURL
curl --request POST \ --url https://coolify-api.eagleagents.ai/v3/workspaces \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "workspaceName": "<string>", "workspaceEmails": [ "<string>" ] }'
{ "success": true, "message": "<string>", "data": "<any>" }
Erstellt einen neuen Arbeitsbereich. Diese Route muss die neuen V3-Endpunkte verwenden.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object.
object