GenAIAPI

Create a Workspace

To create a new workspace, send a POST request to /v2/gen-ai/workspaces. The response body contains a JSON object with the newly created workspace object.

post/v2/gen-ai/workspaces

Request body

namestring
descriptionstring
agent_uuidsstring[]

Response

A successful response.

Changes