# droplet:create Last edited on 30 Jun 2025 ## Permission Summary Create Droplets ## Required Permissions To add a permission to a custom role, you must also add its required permissions. For example, to add a non-read permission for a resource type, you must also add the read permission for that resource type. The following permissions are required for `droplet:create`: | Permission | Description | |---|---| | [`droplet:read`](../../droplet/read) | View Droplets | | [`image:read`](../../image/read) | View images | ## Associated Permissions Associated permissions are not required, but they support full functionality of the permission they’re associated with. For example, to create a Droplet, you need `droplet:create`. To tag a Droplet during creation, you additionally need `tag:create`, so `tag:create` is listed as an associated permission for `droplet:create`. The following permissions are associated with `droplet:create`: | Permission | Description | |---|---| | [`ssh_key:read`](../../ssh_key/read) | View SSH keys | | [`vpc:read`](../../vpc/read) | View VPCs | | [`block_storage:read`](../../block_storage/read) | View Block Storage volumes | | [`image:read`](../../image/read) | View images | | [`monitoring:create`](../../monitoring/create) | Create Monitoring alert policies | | [`database:create`](../../database/create) | Create Managed Databases | | [`tag:create`](../../tag/create) | Create resource tags |