← All widgetsAdvancedReactive & Platform

Confirmation Card

Approve/deny an action.

Asks you to approve or decline a sensitive action before the agent runs it.

type · confirmation_card
A platform-level / reactive component.

How to use it

Just ask for it in chat — the agent emits this widget and the shell renders it:

Try saying
(shown automatically before risky actions)

Example

The agent returns this A2UI component (inside the components array of a /chat response):

confirmation_card.json
{
  "type": "confirmation_card"
}

Properties

This widget takes no properties.

Backing endpoint

This widget reads/writes through /api/confirm. See the API reference.


Browse the full Widget Index, the Widget Catalog, or learn the A2UI system behind it.