Create workspace
Creates a new workspace and associates the authenticated user to it. This endpoint requires a signed-in session and does not accept API keys.
/api/v1/experimental/workspacesCreates a new workspace and associates the authenticated user to it. This endpoint requires a signed-in session and does not accept API keys.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
List my workspaces GET
Lists workspaces the authenticated user can access. This endpoint requires a signed-in session and does not accept API keys.
List workspace API keys GET
Lists API keys for the authenticated user scoped to the workspace. This endpoint requires a signed-in session and does not accept API keys.