---
title: "Create new appkey"
method: POST
path: "/api/vlm/appkeys"
tags: ["App Keys"]
---

# Create new appkey

`POST /api/vlm/appkeys`

Creates a new pair of `appKey` and `appToken`.

## Request body

- CreatenewappkeyRequest — Request body for creating new application key (/api/vlm/appkeys)
  - `label` string, required — Label for application key

## Response `200`

Success

- CreatenewappkeyResponse — Response body of sucessful call to /api/vlm/appkeys
  - `id` string, required — ID of application key
  - `appKey` string, required — AppKey (Access Key in the license manager UI)
  - `appToken` string, required — Secret of application key
  - `label` string, required — Label for application key
  - `createdIn` string, date-time, required — Date of creation of application key
  - `isActive` boolean, required — If the application key is active

## Changes

- **2022-01-28** `ca8bd421f133` — 2 warning
  - deleted the `path` request parameter `accountName`
  - deleted the `path` request parameter `environment`

[Change history](https://skmtc.dev/vtex/apis/license-manager-api/changes/api/vlm/appkeys/post.md)

---

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