---
title: "Register a new App Key"
method: PUT
path: "/api/v2/actions/app_key_registrations/{app_key_id}"
tags: ["Action Connection"]
---

# Register a new App Key

`PUT /api/v2/actions/app_key_registrations/{app_key_id}`

Register a new App Key

## Path parameters

- `app_key_id` string, required

## Response `201`

Created

- RegisterAppKeyResponse — The response object after creating an app key registration.
  - `data` AppKeyRegistrationData — Data related to the app key registration.
    - `id` string, uuid — The app key registration identifier
    - `type` 'app_key_registration', required — The definition of `AppKeyRegistrationDataType` object.

## Other responses

- `400` — Bad request
- `403` — Forbidden
- `429` — Too many requests

---

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