Generative UI

no
Summary: Understanding AG-UI's relationship with generative UI specifications

Original Documentation

Documentation Index#

Fetch the complete documentation index at: https://docs.ag-ui.com/llms.txt Use this file to discover all available pages before exploring further.

Understanding AG-UI’s relationship with generative UI specifications

AG-UI and Generative UI Specs#

Several recently released specs have enabled agents to return generative UI, increasing the power and flexibility of the Agent<->User conversation.

A2UI, MCP-UI, and Open-JSON-UI are all generative UI specifications. Generative UIs allow agents to respond to users not only with text but also with dynamic UI components.

SpecificationOrigin / MaintainerPurpose
A2UIGoogleA declarative, LLM-friendly Generative UI spec. JSONL-based and streaming, designed for platform-agnostic rendering.
Open-JSON-UIOpenAIAn open standardization of OpenAI’s internal declarative Generative UI schema.
MCP-UIMicrosoft + ShopifyA fully open, iframe-based Generative UI standard extending MCP for user-facing experiences.

Despite the naming similarities, AG-UI is not a generative UI specification — it’s a User Interaction protocol that provides the bi-directional runtime connection between the agent and the application.

AG-UI natively supports all of the above generative UI specs and allows developers to define their own custom generative UI standards as well.

Link last verified June 7, 2026. View original ↗
Source: AG-UI Protocol
Link last verified: 2026-02-26