> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Workspace

## Fields

| Field                                 | Type              | Required             | Description                                                                                                                    | Example                              |
| ------------------------------------- | ----------------- | -------------------- | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------ |
| `created_at`                          | *str*             | :heavy\_check\_mark: | ISO 8601 timestamp of when the workspace was created                                                                           | 2025-08-24T10:30:00Z                 |
| `created_by`                          | *Nullable\[str]*  | :heavy\_check\_mark: | User ID of the workspace creator                                                                                               | user\_abc123                         |
| `default_guardrail_id`                | *str*             | :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 |
| `default_image_model`                 | *Nullable\[str]*  | :heavy\_check\_mark: | Default image model for this workspace                                                                                         | openai/dall-e-3                      |
| `default_provider_sort`               | *Nullable\[str]*  | :heavy\_check\_mark: | Default provider sort preference (price, throughput, latency, exacto)                                                          | price                                |
| `default_text_model`                  | *Nullable\[str]*  | :heavy\_check\_mark: | Default text model for this workspace                                                                                          | openai/gpt-4o                        |
| `description`                         | *Nullable\[str]*  | :heavy\_check\_mark: | Description of the workspace                                                                                                   | Production environment workspace     |
| `id`                                  | *str*             | :heavy\_check\_mark: | Unique identifier for the workspace                                                                                            | 550e8400-e29b-41d4-a716-446655440000 |
| `include_byok_in_budgets`             | *Optional\[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                                |
| `io_logging_api_key_ids`              | List\[*int*]      | :heavy\_check\_mark: | Optional array of API key IDs to filter I/O logging. Null means all keys are logged.                                           | null                                 |
| `io_logging_sampling_rate`            | *float*           | :heavy\_check\_mark: | Sampling rate for I/O logging (0.0001-1). 1 means 100% of requests are logged.                                                 | 1                                    |
| `is_data_discount_logging_enabled`    | *bool*            | :heavy\_check\_mark: | Whether data discount logging is enabled for this workspace                                                                    | true                                 |
| `is_observability_broadcast_enabled`  | *bool*            | :heavy\_check\_mark: | Whether broadcast is enabled for this workspace                                                                                | false                                |
| `is_observability_io_logging_enabled` | *bool*            | :heavy\_check\_mark: | Whether private logging is enabled for this workspace                                                                          | false                                |
| `name`                                | *str*             | :heavy\_check\_mark: | Name of the workspace                                                                                                          | Production                           |
| `slug`                                | *str*             | :heavy\_check\_mark: | URL-friendly slug for the workspace                                                                                            | production                           |
| `updated_at`                          | *Nullable\[str]*  | :heavy\_check\_mark: | ISO 8601 timestamp of when the workspace was last updated                                                                      | 2025-08-24T15:45:00Z                 |
