Plane docs
ApiSchemas

SandboxToolPreset

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

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

Referenced from SandboxToolPolicy

JSON Schema

{
  "anyOf": [
    {
      "type": "string",
      "enum": [
        "read-only"
      ]
    }
  ]
}

On this page