# Help


[API catalog](/reference/api/) · [Docker Sandboxes overview](/reference/api/sandboxes/latest/) · [Product manual](https://docs.docker.com/ai/sandboxes-api/) · [OpenAPI specification](/reference/api/sandboxes/api.yaml)

API version: v1


> This API is experimental. Features, interfaces,
> and behavior may change.




Schema constraints and annotations:

```json
{
  "description": "Provides links to documentation or for performing an out of band action.\n\nFor example, if a quota check failed with an error indicating the calling\nproject hasn't enabled the accessed service, this can contain a URL pointing\ndirectly to the right place in the developer console to flip the bit.",
  "properties": {
    "links": {
      "description": "URL(s) pointing to additional information on handling the current error.",
      "items": {
        "$ref": "#/components/schemas/HelpLink"
      },
      "type": "array"
    }
  },
  "title": "Help",
  "type": "object"
}
```



