cURL
curl --request PUT \ --url http://localhost:6060/api/agent-server/provider-configs/{provider_type} \ --header 'Content-Type: application/json' \ --data ' { "base_url": "<string>", "custom_headers": {} } '
{ "error": true, "message": "<string>", "data": { "provider_type": "<string>", "base_url": "<string>", "custom_headers": {} }, "status": 123, "errorDetails": {} }
OpenAI
Anthropic
Gemini
xAI
Show child attributes
Provider config saved successfully