Plane docs
ApiSchemas

SandboxPreview

One shape from the contract, as it appears on the wire.

Used by agents.create, agents.promote, agents.update, agents.upsert, agents.versions

JSON Schema

{
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean"
    },
    "auth": {
      "$ref": "#/components/schemas/SandboxPreviewAuth"
    }
  },
  "required": [
    "enabled"
  ],
  "additionalProperties": false
}

On this page