---
title: "Set org model access"
method: PUT
path: "/orgs/{org_id}/model-access"
tags: ["model-access"]
---

# Set org model access

`PUT /orgs/{org_id}/model-access`

Atomically replaces the org's model allowlist. Pass an empty array to allow all models.

## Path parameters

- `org_id` string, required

## Request body

- InternalApiAdminModelAccessRequest
  - `models` string[]

## Response `200`

OK

- InternalApiAdminModelAccessResponse
  - `models` string[]

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.dev/voidmind-io/apis/untitled-api.md) · [All operations](https://skmtc.dev/voidmind-io/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/voidmind-io/untitled-api/revisions/1405e7d9c155/schema)
