[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fyWadcmpVZCQr8uUiZDnWuwXeE5Hqv7dMk2l4NFseafI":3,"$fKa46BYgdzLO58-AXCVxbl25Y48z0Af4TzLjCRidtI4A":21},{"status":4,"source":5,"previous":12,"current":16,"newerSnapshotId":20,"olderSnapshotId":13},"has-previous",{"id":6,"displayName":7,"vendor":8,"kind":9,"apiType":10,"url":11},"openai-openapi","OpenAI API","openai","openapi-yaml","rest","https:\u002F\u002Fapp.stainless.com\u002Fapi\u002Fspec\u002Fdocumented\u002Fopenai\u002Fopenapi.documented.yml",{"id":13,"contentHash":14,"fetchedAt":15},"01KVB8D7QKWNWSP9FN8D8WJ4T4","865969d6c30ddba1d0002c7d97a398f0a070f83e274e2fe8d58c1ef099aea9d7","2026-06-17T17:00:06.576Z",{"id":17,"contentHash":18,"fetchedAt":19},"01KX3X5A968RY95W01NX196R74","ffb722eb86b2382e760f840d53d5888f4086fd1aa4aaade8ad522ad69e3e6afe","2026-07-09T17:00:08.582Z",null,{"alerts":22},[23,30,36,43,50,57,64,71,79,86],{"id":24,"severity":25,"title":26,"summary":27,"contentHash":18,"detectedAt":28,"slug":29},"01KX3X5S3PDMKXP17KPZG59JWY","Additive","Add Responses beta API and new WebSocket support","Added a new `\u002Fresponses?beta=true` endpoint for beta Responses API functionality, including new request\u002Fresponse schemas (`BetaCreateResponse`, `BetaResponse`), model updates (e.g., `gpt-5.4` → `gpt-5.6-sol` in examples), and documentation for WebSocket client\u002Fserver events and new webhook event type `WebhookSafetyIdentifierBlocked`. Also added optional `detail` field to input file requests. These changes are purely additive and do not break existing integrations.","2026-07-09T17:00:31.222Z","2026-07-09-add-responses-beta-api-and-new-websocket-support",{"id":31,"severity":25,"title":32,"summary":33,"contentHash":14,"detectedAt":34,"slug":35},"01KVB8DC6HJE92PVXW3GEZNV1Y","Add tunnel_id option for MCP server configuration","A new optional field `tunnel_id` has been added to MCP server configuration, allowing secure tunnel connections as an alternative to `server_url` or `connector_id`. Documentation has been updated across multiple fields to reflect that one of three options (`server_url`, `connector_id`, or `tunnel_id`) is now required instead of two. Additional clarifications were added to video generation parameters to document reference format requirements.","2026-06-17T17:00:11.857Z","2026-06-17-add-tunnel-id-option-for-mcp-server-configuration",{"id":37,"severity":25,"title":38,"summary":39,"contentHash":40,"detectedAt":41,"slug":42},"01KV93R59VS5TAJ1GDDS64PPPQ","Add SDK code examples for spend alert endpoints","Added code examples in Node.js, Python, Go, Java, and Ruby for two spend alert retrieval endpoints: retrieving project-level and organization-level spend alerts. These are documentation-only additions that do not change the API contract itself, and include a minor schema reference fix changing `Reasoning-2` to `Reasoning` plus documentation cleanup of redundant field descriptions.","59d5cf015e8f594afc4a45e97befe416757197ea23d13c62967e87451de06c69","2026-06-16T21:00:13.499Z","2026-06-16-add-sdk-code-examples-for-spend-alert-endpoints",{"id":44,"severity":25,"title":45,"summary":46,"contentHash":47,"detectedAt":48,"slug":49},"01KV90AGADKTHW3PAV7JXPKT5K","Multiple additive API improvements for keys, alerts, and reasoning","This release adds several new features: **API key expiration support** (`expires_at` response field and `expires_in_seconds` request parameter), **two new GET endpoints** for retrieving project and organization spend alerts, a **new `tenant_only` query parameter** for audit logs, **new `context` parameter** for reasoning configuration, and **new `Reasoning-2` schema** for response-level reasoning metadata. Additionally, it clarifies documentation for video generation parameters and deprecates the `truncation` field in the `ReasoningConfiguration` schema in favour of the `Response` schema. All changes are additive or documentation clarifications with no breaking removals.","21cda050fbf66a5f8e247076fc5dc3f154b5176bb9c494cd733a8e8c98d23731","2026-06-16T20:00:20.301Z","2026-06-16-multiple-additive-api-improvements-for-keys-alerts-and",{"id":51,"severity":25,"title":52,"summary":53,"contentHash":54,"detectedAt":55,"slug":56},"01KT7VEFWHXS2D8AHN22DPAMNH","Add moderation support to chat and response completions","New optional `moderation` parameter and response fields added to the chat completions and response completions endpoints. The changes enable clients to optionally request moderation results for request input and generated output by passing a `ModerationParam` configuration. When enabled, responses include `ChatCompletionModeration` or `Moderation` objects containing moderation results or errors.","3a79f81f1ae33249fb05870c124804b6d52d1044aa29b52a99b6053677923a61","2026-06-03T23:00:11.793Z","2026-06-03-add-moderation-support-to-chat-and-response-completions",{"id":58,"severity":25,"title":59,"summary":60,"contentHash":61,"detectedAt":62,"slug":63},"01KT28XNB2CCM22VQG8RK62RCR","New workload identity provider event types and AdditionalTools schema","The diff adds new event types for workload identity provider management (`workload_identity_provider.created`, `workload_identity_provider.updated`, `workload_identity_provider.deleted`, and their mapping variants) and introduces a new `AdditionalTools` schema for specifying additional tool definitions. It also adds a `personality` parameter to requests, clarifies `prompt_cache_retention` documentation for new models, and marks the `query` field as deprecated in favor of `queries` (though the field remains supported). These are purely additive changes that expand API capabilities without breaking existing integrations.","50edf352e8439965bcb0ad6cb249d8572942a8b04b9226455360c34fdd03f45f","2026-06-01T19:00:13.794Z","2026-06-01-new-workload-identity-provider-event-types-and",{"id":65,"severity":25,"title":66,"summary":67,"contentHash":68,"detectedAt":69,"slug":70},"01KS5YHVQATKVZNZ864P3B5HEN","Add data retention and spend alert endpoints and schemas","The diff adds two new REST endpoints for organization and project data retention management (`GET\u002FPOST \u002Forganization\u002Fdata_retention`), new spend alert functionality for projects, and supporting request\u002Fresponse schemas. It also adds `assignment_sources` field to user project responses and enumerations for group types. These are purely additive changes that extend the API without breaking existing integrations.","a203971a0bc0cd3b903b9488e3ac40eaa161a274dfaf172c1da73eee029147a8","2026-05-21T19:00:17.258Z","2026-05-21-add-data-retention-and-spend-alert-endpoints-and-schemas",{"id":72,"severity":73,"title":74,"summary":75,"contentHash":76,"detectedAt":77,"slug":78},"01KS27S3BYZZ1YWVTYZ68WT8KE","Informational","Clarify open_page action type description","Updated the description of the `type` field in the open_page action to clarify that it is always set to `open_page`. This is a documentation improvement that does not change the API contract or behaviour.","25c8d30c2b91595052c6752ea9d05d364ec53efd30c98244020e552d6560dd4b","2026-05-20T08:24:33.918Z","2026-05-20-clarify-open-page-action-type-description",{"id":80,"severity":73,"title":81,"summary":82,"contentHash":83,"detectedAt":84,"slug":85},"01KRY7BQDCCX6FEVQAVPYB2XXK","Add SDK code examples for admin APIs","Added code examples in Node.js, Python, Go, Java, and Ruby for several admin API endpoints covering hosted tool permissions, model permissions, and usage metrics. These are documentation-only additions that do not change API behavior or endpoints.","9fe021f971f93b8b5e4e461d7a6459a322ad38ecebc1b62f41dc3b544dab484f","2026-05-18T19:00:17.963Z","2026-05-18-add-sdk-code-examples-for-admin-apis",{"id":87,"severity":25,"title":88,"summary":89,"contentHash":90,"detectedAt":91,"slug":92},"01KRPYSB3Y57SB0XJBMM3D8APW","Add hosted tool and model permissions endpoints and usage endpoints","Added new endpoints for managing project-level hosted tool permissions (`\u002Forganization\u002Fprojects\u002F{project_id}\u002Fhosted_tool_permissions`) and model permissions (`\u002Forganization\u002Fprojects\u002F{project_id}\u002Fmodel_permissions`), along with new usage result schemas (`UsageFileSearchCallsResult` and `UsageWebSearchCallsResult`) and a new `CompactionTriggerItemParam` schema. All changes are purely additive with no modifications to existing endpoints or schemas.","e60e58ea21f68ea6634be04b61b393b214222d778f20c390a5f3e2781b653ce5","2026-05-15T23:15:45.918Z","2026-05-15-add-hosted-tool-and-model-permissions-endpoints-and-usage"]