---
title: "Create API Key."
method: POST
path: "/v1/apikeys"
tags: ["apikeys"]
---

# Create API Key.

`POST /v1/apikeys`

Create API Keys

## Request body

- ApiKeyCreateParameters
  - `name` string

## Response `200`

OK

- ApiKeyCreatedView
  - `id` string
  - `name` string
  - `key_secret` string

---

[API](https://skmtc.dev/runloopai/apis/runloop-api.md) · [All operations](https://skmtc.dev/runloopai/apis/runloop-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runloopai/runloop-api/revisions/d1cc15eb5ef9/schema)
