icp_create_canister
Create a new empty canister on the Internet Computer in development mode, optionally specifying cycles and controllers.
Instructions
Creates a new empty canister. Uses provisional creation (dev mode only - requires cycles faucet on mainnet).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycles | No | Optional amount of cycles to add (as string to support large numbers) | |
| controllers | No | Optional array of Principal IDs that will control the canister |