Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
CreatedAt | string | :heavy_check_mark: | ISO 8601 timestamp of when the workspace was created | 2025-08-24T10:30:00Z |
CreatedBy | *string | :heavy_check_mark: | User ID of the workspace creator | user_abc123 |
DefaultGuardrailID | string | :heavy_check_mark: | Deterministic ID derived from the workspace ID. The default guardrail is materialized when its configuration is first written. | 595d5849-7e86-51fd-a7c0-705c34e4afff |
DefaultImageModel | *string | :heavy_check_mark: | Default image model for this workspace | openai/dall-e-3 |
DefaultProviderSort | *string | :heavy_check_mark: | Default provider sort preference (price, throughput, latency, exacto) | price |
DefaultTextModel | *string | :heavy_check_mark: | Default text model for this workspace | openai/gpt-4o |
Description | *string | :heavy_check_mark: | Description of the workspace | Production environment workspace |
ID | string | :heavy_check_mark: | Unique identifier for the workspace | 550e8400-e29b-41d4-a716-446655440000 |
IncludeBYOKInBudgets | *bool | :heavy_minus_sign: | Whether BYOK (bring-your-own-key) spend counts toward this workspace’s budgets. Set it via the workspace budget endpoints. | false |
IoLoggingAPIKeyIds | []int64 | :heavy_check_mark: | Optional array of API key IDs to filter I/O logging. Null means all keys are logged. | null |
IoLoggingSamplingRate | float64 | :heavy_check_mark: | Sampling rate for I/O logging (0.0001-1). 1 means 100% of requests are logged. | 1 |
IsDataDiscountLoggingEnabled | bool | :heavy_check_mark: | Whether data discount logging is enabled for this workspace | true |
IsObservabilityBroadcastEnabled | bool | :heavy_check_mark: | Whether broadcast is enabled for this workspace | false |
IsObservabilityIoLoggingEnabled | bool | :heavy_check_mark: | Whether private logging is enabled for this workspace | false |
Name | string | :heavy_check_mark: | Name of the workspace | Production |
Slug | string | :heavy_check_mark: | URL-friendly slug for the workspace | production |
UpdatedAt | *string | :heavy_check_mark: | ISO 8601 timestamp of when the workspace was last updated | 2025-08-24T15:45:00Z |