---
title: "Update organization"
method: PATCH
path: "/api/orgs/{org_id}"
tags: ["v2", "orgs", "orgs"]
---

# Update organization

`PATCH /api/orgs/{org_id}`

## Path parameters

- `org_id` string, required

## Request body

- UpdateOrgRequest
  - `name` string, nullable
  - `slug` string, nullable
  - `description` string, nullable
  - `avatar_url` string, nullable

## Response `200`

Successful Response

- OrgResponse
  - `id` string, required
  - `name` string, required
  - `slug` string, required
  - `avatar_url` string, nullable, required
  - `description` string, nullable, required
  - `is_personal` boolean, required
  - `member_count` integer, required
  - `created_at` string, date-time, required

## Other responses

- `401` — Authentication required
- `422` — Validation Error

## Changes

> 92 revisions in range; 27 could not be searched.

- **2026-07-09** `183f82172fec` — 1 info
  - endpoint added
- **2026-04-30** `8c84efcb3afb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/changes/api/orgs/:org_id/patch.md)

---

[API](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/significant-gravitas/autogpt-agent-server/revisions/5dc375899754/schema)
