Workspace Management
Update Workspace
POST
/
v1
/
organizations
/
workspaces
/
{workspace_id}
Headers
x-api-key
string
requiredYour unique Admin API key for authentication.
This key is required in the header of all Admin API requests, to authenticate your account and access Anthropic's services. Get your Admin API key through the Console.
anthropic-version
string
requiredThe version of the Anthropic API you want to use.
Read more about versioning and our version history here.
Path Parameters
workspace_id
string
requiredID of the Workspace.
Body
application/json
name
string
requiredName of the Workspace.
Response
200 - application/json
id
string
requiredID of the Workspace.
type
enum<string>
default: workspacerequiredObject type.
For Workspaces, this is always "workspace"
.
Available options:
workspace
name
string
requiredName of the Workspace.
created_at
string
requiredRFC 3339 datetime string indicating when the Workspace was created.
archived_at
string | null
requiredRFC 3339 datetime string indicating when the Workspace was archived, or null if the Workspace is not archived.
display_color
string
requiredHex color code representing the Workspace in the Anthropic Console.