PUT /account/providers/anthropic

MethodPath
PUT/v1/account/providers/anthropic
curl -X PUT "https://api.ellipsis.dev/v1/account/providers/anthropic" \
  -H "Authorization: Bearer $ELLIPSIS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"api_key":"..."}'

Request

Example request body
{
"api_key": "string"
}

Body parameters

api_keystringrequired

Response

Example response · 200
{
"configured": false,
"enabled": false,
"key_last4": "string"
}

On this page

No Headings
Schedule a demo