メインコンテンツへスキップ
POST
/
v2
/
enterprise
/
api-keys
Provision Service Api Key Endpoint
curl --request POST \
  --url https://api.devin.ai/v2/enterprise/api-keys \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "org_id": "<string>"
}
'
{
  "api_key": "<string>",
  "org_id": "<string>"
}
Enterprise 管理者の個人用 APIキーが必要です。 Enterprise 内の指定した Organization 向けのサービスAPIキーを作成します。

Authorizations

Authorization
string
header
required

Personal API Key (apk_user_*) for Enterprise Admins only

Body

application/json
org_id
string
required

Response

Successful Response

api_key
string
required
org_id
string
required