cURL
curl --request PATCH \ --url https://api.example.com/api/v1/proxies/{proxy_id} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>", "system_prompt": "<string>", "intent": "<string>", "source": "auto", "llm_provider": "<string>", "llm_model": "<string>", "llm_params": {} } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>", "system_prompt": "<string>", "intent": "<string>", "status": "draft", "source": "auto", "llm_provider": "<string>", "llm_model": "<string>", "llm_params": {}, "proxy_url": "<string>" }
auto
manual
Successful Response
draft
active
Per-proxy runtime endpoint. Customers use this as their OpenAI base_url: {proxy_url}/openai/v1. Empty when PROXY_BASE_URL is not configured on the control plane.
{proxy_url}/openai/v1