Expand description
Create and manage clone cells in the current app.
Clone cells are a way to create a new cell that is a copy of an existing cell. They are based on the DNA of an existing cell, and run with the same agent key, but have a unique name or properties that distinguish them from the original cell.
Functionsยง
- create_
clone_ cell - Create a new cell in the current app based on the DNA of an existing cell in this app.
- delete_
clone_ cell - Delete a clone cell in the current app.
- disable_
clone_ cell - Disable a clone cell in the current app.
- enable_
clone_ cell - Enable a disabled clone cell in the current app.