---
title: "Update Workspace Settings"
method: PUT
path: "/v1/workspace/settings"
tags: ["v1", "protected", "dashboard"]
---

# Update Workspace Settings

`PUT /v1/workspace/settings`

Upsert the current workspace's monthly spend cap as a policy rule.

## Request body

- WorkspaceSettingsUpdate
  - `monthly_cap_usd` number, nullable, required

## Response `200`

Successful Response

- WorkspaceSettingsResponse
  - `monthly_cap_usd` number, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/agentarea/apis/agentarea-api.md) · [All operations](https://skmtc.net/agentarea/apis/agentarea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agentarea/agentarea-api/versions/e3650e48373b/schema)
