All-Images.ai provides AI-powered image generation, retrieval, and management services, enabling developers to create and manage images through advanced AI capabilities.
All-Images.ai provides AI-powered image generation, retrieval, and management services, enabling developers to create and manage images through advanced AI capabilities. On Nagent, All Images AI is exposed as a fully-configurable artificial intelligence integration that any agent can call — 7 actions, and API key authentication. No code is required to wire All Images AI into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use All Images AI to automate the kinds of tasks artificial intelligence teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire All Images AI into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against All Images AI, with input parameters and output schema. Drop these into any step of an agent built in Helix.
ALL_IMAGES_AI_CHECK_API_KEYValidates the current API key and retrieves associated account information. Returns the email address and optional name associated with the API key. Use this action to verify your API key is valid before making other API calls.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ALL_IMAGES_AI_CREATE_WEBHOOK_ENDPOINTTool to add a webhook endpoint to an API key. Use when you want to receive print event callbacks at a custom endpoint.
Input parameters
The HTTPS URL to receive webhook callbacks. Endpoint must be idempotent; events may be delivered more than once.
List of event types to subscribe to. Available events: 'test', 'print.created', 'print.active', 'print.failed', 'print.progress', 'print.completed'. Defaults to \['print.failed', 'print.completed'\] if not provided.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ALL_IMAGES_AI_DELETE_IMAGE_GENERATIONSTool to delete one or more image generation batches by their print IDs. Use when you need to remove image generations that are no longer needed.
Input parameters
List of print IDs to delete. Each ID corresponds to an image generation batch.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ALL_IMAGES_AI_GET_CREDITSTool to retrieve the current credits balance for your API key. Use this action to check available credits before making API calls that consume credits.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ALL_IMAGES_AI_GET_WEBHOOKTool to retrieve webhook details by its ID. Use when you need to check the configuration of an existing webhook endpoint, including its URL and subscribed events.
Input parameters
Unique identifier of the webhook to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ALL_IMAGES_AI_LIST_AUTOMATED_IMAGESTool to list all images generated automatically for bulk use. Use after creating automated-image batches to review and manage them.
Input parameters
Filter batches by a single tag.
Filter batches by generation name (partial match).
Sort order, e.g., 'createdAt:desc' or 'name:asc'.
Maximum number of batches to return (>=1).
Number of batches to skip (>=0).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ALL_IMAGES_AI_LIST_DOWNLOADED_IMAGESTool to list images that have been downloaded from All-Images.ai. Use this action to retrieve and filter downloaded images with optional date range filtering and pagination support.
Input parameters
Sort order for results, e.g., 'downloadedAt:desc' or 'downloadedAt:asc'.
Maximum number of images to return (>=1).
Number of images to skip for pagination (>=0).
Filter images downloaded after this date (ISO-8601 format, e.g., '2024-01-01T00:00:00Z').
Filter images downloaded before this date (ISO-8601 format, e.g., '2024-12-31T23:59:59Z').
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 39 agents privately built on Nagent that already use All Images AI.
Build on Nagent
Connect All Images AI to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find All Images AI, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, All Images AI is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once All Images AI is connected, you configure its 7 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop All Images AI steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a All Images AI event fires, the agent kicks off automatically.
Every All Images AI action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While All Images AI ships with 7 pre-built artificial intelligence actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching All Images AI together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build All Images AI-based workflows tailored to your business.