Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

Create Workspace changed

api/beta/organization/workspaces/create

Nearest release: v2.1.272, published 5 hours before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+14added
Lines−6removed
From line 215 where the diff opens
First seen 26 Aug 2026 this site's first read of the page
Recorded edits5to this page, all time

The whole hunk

from line 215, old and new numbered
/
lines
from line 215
215215 
216216 Data residency configuration.
217217 
218 - `allowed_inference_geos: array of string or "unrestricted"`
218 - `allowed_inference_geos: array of BetaAllowedInferenceGeo or "unrestricted"`
219219 
220220 Permitted inference geo values. 'unrestricted' means all geos are allowed.
221221 
222 - `Geos = array of string`
222 - `Geos = array of BetaAllowedInferenceGeo`
223223 
224 - `"global"`
225 
226 - `"us"`
227 
224228 - `Unrestricted = "unrestricted"`
225229 
226 - `default_inference_geo: string`
230 - `default_inference_geo: "global" or "us"`
227231 
228232 Default inference geo applied when requests omit the parameter.
229233 
230 - `workspace_geo: string`
234 - `"global"`
231235 
236 - `"us"`
237 
238 - `workspace_geo: "us"`
239 
232240 Geographic region for workspace data storage. Immutable after creation.
233241 
234242 - `display_color: string`
from line 293
285293 "created_at": "2024-10-30T23:58:27.427722Z",
286294 "data_residency": {
287295 "allowed_inference_geos": "unrestricted",
288 "default_inference_geo": "default_inference_geo",
289 "workspace_geo": "workspace_geo"
296 "default_inference_geo": "global",
297 "workspace_geo": "us"
290298 },
291299 "display_color": "#6C5BB9",
292300 "external_key_id": "ekey_01SDCCSbTxrXDpWc1phhtcfK",