Saltar al contenido principal
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>"
}
Se requiere una API key personal de administrador de Enterprise. Crea una API key de servicio para una Organización específica dentro de Enterprise.

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