cURL
curl --request POST \ --url https://api.example.com/api/v1/proxies/{proxy_id}/activate
{ "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>" }
Successful Response
draft
active
auto
manual
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