---
title: "Provision Service Api Key Endpoint"
method: POST
path: "/v2/enterprise/api-keys"
tags: ["api-keys"]
---

# Provision Service Api Key Endpoint

`POST /v2/enterprise/api-keys`

Provision a service API key for an organization in the enterprise.

## Request body

- ServiceKeyRequest
  - `org_id` string, required

## Response `200`

Successful Response

- ServiceKeyResponse
  - `api_key` string, required
  - `org_id` string, required

## Other responses

- `422` — Validation Error

---

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