Generated images
Built in - no setupQueue one private AI-generated PNG through the deployment's configured image endpoint. Amistio spaces provider calls through a durable queue, keeps the picture owner-only, adds the visible AI disclosure, and fails visibly when image generation is not configured.
Publisher: Amistio (built-in) - version 1.0.0 - Apache-2.0
Operations (1)
Generate an image
image.generateQueue one owner-only PNG from a text prompt. Put this operation on the flow path; it cannot be an agent-selected tool. The run records an immutable queued reference and the owner watches the job finish from the run view.
Inputs
prompt(string, required) - Plain text describing the one picture to create.title(string) - Short picture title. Defaults to Generated image.size(string) - Closed output size. Defaults to 1024x1024.quality(string) - Closed output quality. Defaults to high.
Returns
kind(string) - Stable generated-image marker.aiGenerated(boolean) - Always true.disclosure(string) - Runtime-owned visible AI disclosure.title(string) - Picture title.queuedAt(string) - UTC time the job was queued.jobId(string) - Owner-only queued job identifier.promptSha256(string) - Digest of the exact prompt; the prompt itself is not stored in the run.size(string) - Requested output size.quality(string) - Requested output quality.notice(string) - Owner notification text.
Safety rules
- Every request waits in the durable image queue; there is no direct provider call from a run step.
- The runtime adds the AI disclosure; never add or remove provider configuration.
- Images are private to the definition owner and never belong on a public media route.
- One run may queue at most one image; there is no monthly usage quota.
Use Generated images from the agent builder - add the block, and reviewed operations run with your own connected account.
Open the builder