Interface: GatewayDeploymentCreateRequest
Defined in: src/ai-gateway/deployments-client.ts:16
Request body for creating a deployment.
Properties
name
name: string;
Defined in: src/ai-gateway/deployments-client.ts:17
type
type: string;
Defined in: src/ai-gateway/deployments-client.ts:19
production or non_production.
organisation_id
organisation_id: string;
Defined in: src/ai-gateway/deployments-client.ts:21
The TSG as a numeric string — NOT the organisation UUID returned on reads.
auth_settings?
optional auth_settings?: {
[k: string]: unknown;
allow_all_workspaces?: boolean;
};
Defined in: src/ai-gateway/deployments-client.ts:23
Note allow_all_workspaces is a real boolean here; reads return it as 0/1.
Index Signature
[k: string]: unknown
allow_all_workspaces?
optional allow_all_workspaces?: boolean;