English
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>" }
Provision a service API key for an Organization in the Enterprise
Personal API Key (apk_user_*) for Enterprise Admins only
Successful Response