Silo

Silo tool

silo_create

Create a new silo. The caller becomes the owner and the calling connection automatically gets read_write access.

Input

{ "title": "string", "description"?: "string" }

Output

{
  "status": "created",
  "silo_id": "uuid",
  "title": "...",
  "mode": "augmented",
  "access_mode": "read_write"
}