Configure a new AI model provider with an API key.
cURL
curl --request POST \ --url https://api.usehavoc.com/api/providers \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "provider": "anthropic", "apiKey": "<string>" } '
Clerk JWT Token — obtained from the Havoc frontend via Clerk authentication.
"anthropic"
Provider added