cURL
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 key
仅供 Enterprise 管理员使用的个人 API Key(apk_user_*)
成功的响应