---
title: "Mint"
method: POST
path: "/api/v1/llm-gateway/keys"
tags: ["LLM Gateway Keys"]
---

# Mint

`POST /api/v1/llm-gateway/keys`

Invokes the c1.api.llm_gateway.v1.GatewayKeyService.Mint method.

## Request body

- C1ApiLlmGatewayV1MintGatewayKeyRequest — The MintGatewayKeyRequest message.
  - `displayName` string — The displayName field.

## Response `200`

Successful response

- C1ApiLlmGatewayV1MintGatewayKeyResponse — The MintGatewayKeyResponse message.
  - `gatewayKey` C1ApiLlmGatewayV1GatewayKey — The GatewayKey message.
    - `createdAt` string, date-time, nullable
    - `displayName` string — The displayName field.
    - `id` string — The id field.
    - `keyPrefix` string — The keyPrefix field.
    - `revokedAt` string, date-time, nullable
    - `updatedAt` string, date-time, nullable
  - `plaintextKey` string — The plaintextKey field.

---

[API](https://skmtc.net/conductorone/apis/c1-api.md) · [All operations](https://skmtc.net/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conductorone/c1-api/revisions/f2cf3228f366/schema)
