---
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`.

---

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