---
title: "Update global auto-approve thresholds"
method: PUT
path: "/v1/permissions/thresholds"
tags: ["permissions"]
---

# Update global auto-approve thresholds

`PUT /v1/permissions/thresholds`

Partial update — omitted modes keep their current value. Returns the full post-update set.

## Request body

- object
  - `interactive` 'none' | 'low' | 'medium' | 'high'
  - `autonomous` 'none' | 'low' | 'medium' | 'high'
  - `headless` 'none' | 'low' | 'medium' | 'high'

## Response `200`

Successful response

- object
  - `interactive` 'none' | 'low' | 'medium' | 'high', required
  - `autonomous` 'none' | 'low' | 'medium' | 'high', required
  - `headless` 'none' | 'low' | 'medium' | 'high', required

---

[API](https://skmtc.net/vellum-ai/apis/vellum-gateway-api.md) · [All operations](https://skmtc.net/vellum-ai/apis/vellum-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vellum-ai/vellum-gateway-api/revisions/0ce2a9dec32d/schema)
