Back to UI Generator
Card snapshot
a2a-agent-production.up.railway.app
·
2026-05-14 19:29:28 UTC
·
3251bead4a3c13414fb77c8f9f5495496c8a6124fffd561ecbea4cf804a12594
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"capabilities": {
"extensions": [
{
"description": "Provides agent driven UI using the A2UI JSON format.",
"uri": "https://a2ui.org/a2a-extension/a2ui/v0.8"
}
],
"pushNotifications": false,
"stateTransitionHistory": false,
"streaming": true
},
"defaultInputModes": [
"text"
],
"defaultOutputModes": [
"text"
],
"description": "A general-purpose AI assistant that creates dynamic user interfaces. Ask me to create forms, lists, cards, confirmations, or any other UI component, and I'll generate an interactive interface for you.",
"name": "UI Generator",
"preferredTransport": "JSONRPC",
"protocolVersion": "0.3.0",
"skills": [
{
"description": "Generate contact forms, signup forms, surveys, and settings panels",
"examples": [
"Create a contact form with name, email, and message",
"Build a signup form with password confirmation",
"Make a feedback survey with ratings"
],
"id": "create_form",
"name": "Create Forms",
"tags": [
"forms",
"input",
"data-collection"
]
},
{
"description": "Generate todo lists, shopping lists, search results, and notifications",
"examples": [
"Show me a todo list with 5 items",
"Create a shopping list",
"Generate a list of notifications"
],
"id": "create_list",
"name": "Create Lists",
"tags": [
"lists",
"items",
"collections"
]
},
{
"description": "Generate profile cards, product cards, info cards, and stats cards",
"examples": [
"Make a profile card for John Doe",
"Create a product card with price and description",
"Build an info card with contact details"
],
"id": "create_card",
"name": "Create Cards",
"tags": [
"cards",
"profiles",
"info"
]
},
{
"description": "Generate success messages, error alerts, and status updates",
"examples": [
"Show a success confirmation message",
"Create an error alert",
"Generate a booking confirmation"
],
"id": "create_confirmation",
"name": "Create Confirmations",
"tags": [
"confirmations",
"alerts",
"status"
]
}
],
"url": "https://a2a-agent-production.up.railway.app",
"version": "1.0.0"
}