Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.
Delete JobDEEPIMAGE_DELETE_JOB
Tool to delete completed job result and remove images from the server. Use when cleaning up processed jobs that are no longer needed.
Get Account InformationDEEPIMAGE_GET_ACCOUNT_INFO
Tool to retrieve authenticated user's profile information including credits, username, email, API key, language preference, webhook settings, and billing address. Use when you need to check account details or credit balance.
Get Job ResultDEEPIMAGE_GET_JOB_RESULT
Tool to retrieve processing job result by hash. Use to check job status and get result URL when processing is complete.
Process Image AsyncDEEPIMAGE_PROCESS_IMAGE_ASYNC
Tool to schedule an image enhancement job and wait for the result. Performs selected enhancement options on an image and returns the result URL if processing completes within 25 seconds; otherwise returns a job hash for later retrieval. Use when you need to enhance images with options like denoising, deblurring, lighting improvements, or background removal.
Process Image SynchronouslyDEEPIMAGE_PROCESS_IMAGE_SYNC
Tool to process an image synchronously with Deep Image AI. Returns result URL immediately if processing completes in less than 25 seconds, otherwise returns job hash for async polling. Use for image enhancement, resizing, background removal, and other image processing tasks.