API
Orchestrator
Org-level orchestration settings, including spend caps.
Response Body
application/json
application/json
curl -X GET "https://example.com/orchestrator"{ "orgId": "string", "name": "string", "blurb": "string", "model": "string", "vendor": "anthropic", "llmConnectorId": "string", "assignedCredentialUsableForInference": true, "modelsByVendor": { "anthropic": [ { "id": "string", "label": "string" } ], "openai": [ { "id": "string", "label": "string" } ] }, "defaultModel": "string", "isBuiltin": true, "inferenceEnabled": true, "dailyCostCapUsd": 0, "defaultDailyCostCapUsd": 0, "effectiveDailyCostCapUsd": 0, "dailySpendUsd": 0, "atDailyCostCap": true, "updatedAt": 0}Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X PATCH "https://example.com/orchestrator" \ -H "Content-Type: application/json" \ -d '{}'{ "orgId": "string", "name": "string", "blurb": "string", "model": "string", "vendor": "anthropic", "llmConnectorId": "string", "assignedCredentialUsableForInference": true, "modelsByVendor": { "anthropic": [ { "id": "string", "label": "string" } ], "openai": [ { "id": "string", "label": "string" } ] }, "defaultModel": "string", "isBuiltin": true, "inferenceEnabled": true, "dailyCostCapUsd": 0, "defaultDailyCostCapUsd": 0, "effectiveDailyCostCapUsd": 0, "dailySpendUsd": 0, "atDailyCostCap": true, "updatedAt": 0}How is this page?