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": {} }
Documentation IndexFetch the complete documentation index at: https://hastekit.ai/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://hastekit.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
OpenAI
Anthropic
Gemini
xAI
Show child attributes
Provider config saved successfully