Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Image
niftyimages:create_image
Generate a new image from a template with custom parameters.
Write
Medium risk
Create Template
niftyimages:create_template
Create a new image template with custom configuration.
Write
Medium risk
Delete Image
niftyimages:delete_image
Permanently delete a generated image. This action cannot be undone.
Write
High risk
Delete Template
niftyimages:delete_template
Permanently delete an image template. This action cannot be undone and will affect any existing images using this template.
Write
High risk
Generate Image Url
niftyimages:generate_image_url
Generate a direct URL for an image without creating a persistent record. Useful for one-time image generation.
Write
Medium risk
Get Image
niftyimages:get_image
Fetch details of a specific generated image by ID.
Read
Low risk
Get Template
niftyimages:get_template
Fetch details of a specific image template by ID.
Read
Low risk
Get Usage Stats
niftyimages:get_usage_stats
Get usage statistics for image generation including counts, bandwidth, and costs.
Read
Low risk
List Images
niftyimages:list_images
List generated images with optional filtering and pagination.
Read
Low risk
List Templates
niftyimages:list_templates
List available image templates with optional filtering and pagination.
Read
Low risk
Update Template
niftyimages:update_template
Update an existing image template's configuration and metadata.
Write
Medium risk