Skip to content

Read the AI image-edit configuration

GET
/admin/system/aiedit

Returns the operator-set MCP server name that handles image-edit dispatch. Empty means the feature is disabled — the viewer hides the Generate variation button and the runtime endpoint returns 409.

Current image-edit config

AI image-edit subsystem configuration. One field today; the typed surface (per-op MCP server overrides, default workflow selection, …) may expand later.

object
image_edit_server

Name of an operator-registered MCP server (see /admin/ai/mcp-clients) the aiedit dispatcher routes image-edit calls to. Must match a row in mcp_server_registration.name exactly. Empty = feature disabled (viewer hides the Generate variation button + the runtime endpoint returns 409).

string

Authentication required, missing, or invalid

object
error
required

Human-readable error summary

string
Example
the request could not be completed
Example
{
"error": "authentication required: sign in and retry with a valid session or API token"
}

Authenticated but missing required capabilities

object
error
required

Human-readable error summary

string
Example
the request could not be completed