# Info Card

Simple card with title and body text

## Surfaces

web, google-apps-script-web, mcp-apps

## Fields

| Field | Type |
|---|---|
| title | string |
| text | string |

## Example payload

```json
{
  "type": "info_card",
  "title": "Info Card",
  "text": "A concise description of the content."
}
```

Live page: https://a2uicatalog.ai/atoms/info_card/
Full field contract: https://a2uicatalog.ai/spec.json
