# FeatureOptions


[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
{
  "additionalProperties": false,
  "description": "FeatureOptions carries typed admission intent; unknown fields are refused.",
  "properties": {
    "managedVolumes": {
      "$ref": "#/components/schemas/ManagedVolumeOptions",
      "description": "managed_volumes selects persistent resources and guest targets."
    },
    "storedSecrets": {
      "$ref": "#/components/schemas/StoredSecretOptions",
      "description": "stored_secrets selects authorized stored references, never raw material."
    },
    "timeouts": {
      "$ref": "#/components/schemas/TimeoutOptions",
      "description": "timeouts enables an explicit deadline; omission enables none."
    }
  },
  "title": "FeatureOptions",
  "type": "object"
}
```



