Create workspace
Workspace
Create workspace
Creates a new workspace.
POST
Create workspace
Documentation Index
Fetch the complete documentation index at: https://gologin.com/docs/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 auth token.
Body
application/json
Name of the workspace.
Example:
"My Workspace"
Gologin will create starting profiles with creating a workspace. If you want to create a workspace with a specific OS, you can specify it here.
Available options:
lin, mac, win, android, android-cloud Example:
"win"
Here you can specify OS specification. For example chip version for macos or version of windows.
Available options:
M1, M2, M3, M4, M5, win11, Example:
"win11"
Response
200 - application/json