DigitalOcean-public.v2-new_GradientAI Platform
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
Example request
{
"agent_uuids": [
"example string"
],
"description": "example string",
"name": "example name"
}Response
A successful response.