---
title: "POST /v1/apiKeys/machine"
method: POST
path: "/v1/apiKeys/machine"
tags: ["MachineApiKeys"]
---

# POST /v1/apiKeys/machine

`POST /v1/apiKeys/machine`

## Request body

- MachineApiKeyCreateRequest
  - `name` string, required
  - `scopes` ApiKeyScope[], nullable

## Response `200`

Success

- MachineApiKeyCreateResponseResponse
  - `timestamp` string, date-time
  - `errors` Error[], nullable
    - `code` string, nullable
    - `name` string, nullable
    - `message` string, nullable
    - `description` string, nullable
  - `data` MachineApiKeyCreateResponse
    - `id` string, uuid
    - `key` string, nullable
    - `name` string, nullable
    - `keyPrefix` string, nullable
    - `createdAt` string, date-time

---

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