# Difficulty Badge

Displays a small visual marker representing the technical complexity level of an article.

## Surfaces

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

## Fields

| Field | Type |
|---|---|
| level | string: beginner | intermediate | advanced. The target audience expertise tier. |

## Example payload

```json
{
  "type": "difficulty_badge",
  "level": 1
}
```

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