---
title: "Update the organization name"
method: PUT
path: "/account/update-org-name"
tags: ["Account"]
---

# Update the organization name

`PUT /account/update-org-name`

Renames the organization scoped by the API key. Requires the `owner` role. The `name`
is what shows up in dashboards, invoices, and the org switcher.

## Request body

- object
  - `name` string, required — The new organization name.

## Response `200`

Organization renamed.

- object
  - `success` boolean
  - `name` string

## Other responses

- `400` — Missing or empty `name`.

## Changes

- **2026-08-09** `d671ad39901c` — 1 info
  - endpoint added
- **2026-06-22** `0eac753eb5dd` — 1 breaking
  - api path removed without deprecation
- **2026-06-21** `ea4ea58d7c4e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/smallest-inc/apis/agent-management-api/changes/account/update-org-name/put.md)

---

[API](https://skmtc.dev/smallest-inc/apis/agent-management-api.md) · [All operations](https://skmtc.dev/smallest-inc/apis/agent-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smallest-inc/agent-management-api/revisions/04f7dfc02771/schema)
