---
title: "Create an organization admin API key"
method: POST
path: "/organization/admin_api_keys"
---

# Create an organization admin API key

`POST /organization/admin_api_keys`

Create a new admin-level API key for the organization.

## Request body

- object
  - `name` string, required

## Response `200`

The newly created admin API key.

- AdminApiKey
  - `object` string
  - `id` string
  - `name` string
  - `redacted_value` string
  - `value` string
  - `created_at` integer
  - `owner` object
    - `type` string
    - `id` string
    - `name` string
    - `created_at` integer
    - `role` string

## Changes

- **2025-01-31** `fc164a27fdb9` — 2 info
  - the endpoint scheme security `basic_identity_edge` was removed from the API
  - the endpoint scheme security `bearer_identity_edge` was removed from the API
- **2025-01-31** `15156e46769c` — 2 info
  - the endpoint scheme security `basic_identity_edge` was added to the API
  - the endpoint scheme security `bearer_identity_edge` was added to the API
- **2025-01-22** `bdebcdfcbbde` — 2 info
  - the endpoint scheme security `basic_identity_edge` was removed from the API
  - the endpoint scheme security `bearer_identity_edge` was removed from the API
- **2024-12-18** `8fbbc11fa933` — 1 breaking, 7 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `created_at` to the response with the `200` status
  - added the optional property `id` to the response with the `200` status
  - added the optional property `name` to the response with the `200` status
  - …4 more
- **2024-12-18** `d311deacd11a` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/openai/apis/openapi/changes/organization/admin_api_keys/post.md)

---

[API](https://skmtc.dev/openai/apis/openapi.md) · [All operations](https://skmtc.dev/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openai/openapi/revisions/96060afbb5b9/schema)
