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.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”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
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).
Authentication required, missing, or invalid
object
Human-readable error summary
Example
the request could not be completedExample
{ "error": "authentication required: sign in and retry with a valid session or API token"}Authenticated but missing required capabilities
object
Human-readable error summary
Example
the request could not be completed