---
title: "Create API Key"
method: POST
path: "/organisation/add-api-key"
---

# Create API Key

`POST /organisation/add-api-key`

## Request body

- object
  - `api_key_name` string, required — Friendly API key name

## Response `200`

- object
  - `api_keys` object[], required
    - `api_key` string, required
    - `name` string, required
  - `created_at` string, required
  - `email` string, required
  - `id` integer, required
  - `name` string, required
  - `org_uuid` string, required
  - `token` unknown, required

---

[API](https://skmtc.dev/byteleaphq/apis/athena-copy.md) · [All operations](https://skmtc.dev/byteleaphq/apis/athena-copy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/byteleaphq/athena-copy/revisions/4eb764a8d0ce/schema)
