---
title: "API sandbox added to our documentation website"
description: "We've made a significant new upgrade to our documentation website, adding an API sandbox where you get hands-on with all of our API endpoints."
canonical_url: "https://cloudsmith.com/changelog/api-sandbox-added-to-our-documentation-website"
last_updated: "2026-02-18T12:15:00.000Z"
---
# API sandbox added to our documentation website

In a previous post we [set out the timeline](/changelog/timeline-to-sunset-the-old-documentation-site-help-cloudsmith-io) to sunset our old documentation website. That plan remains on track, and we expect to retire and redirect our old docs in April 2026. 

This month we're adding a significant new capability to [our refreshed documentation site](https://docs.cloudsmith.com), an API sandbox. 

The sandbox allows you interact with [our API](https://docs.cloudsmith.com/api) within the context of our docs; learning about available endpoints and their parameters, then trying them out for yourself with an API key. By showing you the exact type and shape of response data from our API, the sandbox will help you onboard to Cloudsmith faster, and speed up the development of your own custom integrations with the platform. 

```json
{
  "_key": "df891b4e19de",
  "_type": "image",
  "alt": "animated gif showing interaction with our new API sandbox",
  "asset": {
    "_createdAt": "2026-02-17T19:00:13Z",
    "_id": "image-0bf18723c80d0dfdee3276d5236fd27898929bdd-1232x734-gif",
    "_rev": "AYUWvlxQLjiwGV9yFInmEs",
    "_type": "sanity.imageAsset",
    "_updatedAt": "2026-02-17T19:00:13Z",
    "assetId": "0bf18723c80d0dfdee3276d5236fd27898929bdd",
    "extension": "gif",
    "metadata": {
      "_type": "sanity.imageMetadata",
      "blurHash": "M6Ss8A4;IV-;~U%$IpIVRk%0xUxVj?WCNI",
      "dimensions": {
        "_type": "sanity.imageDimensions",
        "aspectRatio": 1.6784741144414168,
        "height": 734,
        "width": 1232
      },
      "hasAlpha": true,
      "isOpaque": true,
      "lqip": "data:image/jpeg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAMEAQj/xAAdEAACAgIDAQAAAAAAAAAAAAABAgARBCEDMUES/8QAFAEBAAAAAAAAAAAAAAAAAAAAAf/EABURAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwDpdBkrnMQAeIne/Je9kD5IEnc0716Y8IpVbHUbRIYOoTLqEC//2Q==",
      "palette": {
        "_type": "sanity.imagePalette",
        "darkMuted": {
          "_type": "sanity.imagePaletteSwatch",
          "background": "#595f64",
          "foreground": "#fff",
          "population": 0.13,
          "title": "#fff"
        },
        "darkVibrant": {
          "_type": "sanity.imagePaletteSwatch",
          "background": "#335fa4",
          "foreground": "#fff",
          "population": 0.04,
          "title": "#fff"
        },
        "dominant": {
          "_type": "sanity.imagePaletteSwatch",
          "background": "#a0b0c7",
          "foreground": "#000",
          "population": 0.21,
          "title": "#fff"
        },
        "lightMuted": {
          "_type": "sanity.imagePaletteSwatch",
          "background": "#a0b0c7",
          "foreground": "#000",
          "population": 0.21,
          "title": "#fff"
        },
        "lightVibrant": {
          "_type": "sanity.imagePaletteSwatch",
          "background": "#75abf8",
          "foreground": "#000",
          "population": 0.2,
          "title": "#fff"
        },
        "muted": {
          "_type": "sanity.imagePaletteSwatch",
          "background": "#6f8dba",
          "foreground": "#fff",
          "population": 0.08,
          "title": "#fff"
        },
        "vibrant": {
          "_type": "sanity.imagePaletteSwatch",
          "background": "#4178f1",
          "foreground": "#fff",
          "population": 0.08,
          "title": "#fff"
        }
      },
      "thumbHash": "/vcBBIBg2KtmdpmJeKtQUQ4W1Q=="
    },
    "mimeType": "image/gif",
    "originalFilename": "api-sandbox-final.gif",
    "path": "images/rafvlnhi/production/0bf18723c80d0dfdee3276d5236fd27898929bdd-1232x734.gif",
    "sha1hash": "0bf18723c80d0dfdee3276d5236fd27898929bdd",
    "size": 1515885,
    "uploadId": "2iqYgckvA4AmwCHWylo3aJK0aFWnVLa1",
    "url": "https://cdn.sanity.io/images/rafvlnhi/production/0bf18723c80d0dfdee3276d5236fd27898929bdd-1232x734.gif"
  },
  "link": {
    "_type": "link",
    "href": null,
    "openInNewTab": false
  },
  "markDefs": null
}
```

We're excited to see what customers do with the new API sandbox. We'll continue to improve it each month, so if you have any comments or feedback, please [contact us](https://cloudsmith.com/company/contact-us).
