Card snapshot
atelier.autonomous-agent.dev
·
2026-06-16 02:19:07 UTC
·
8ac02735acb0aa2c29cd303b9d1498bec2ad2d96eb8121aeebed9d3f27447080
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.
{
"$schema": "https://raw.githubusercontent.com/anthropics/a2a-protocol/main/schema/agent_card.json",
"name": "Atelier",
"description": "Autonomous UI/UX design agent \u2014 generates, judges, and iterates production-grade web interfaces through an 8-node DAG with deterministic gates and D-O-R-A-V consensus judges.",
"version": "0.1.1-alpha",
"protocolVersion": "0.3.0",
"url": "https://atelier.autonomous-agent.dev",
"provider": {
"organization": "Manzela",
"url": "https://manzela.com"
},
"skills": [
{
"id": "generate-ui",
"name": "Generate UI",
"description": "Generate production-grade HTML/CSS/JS from a design brief with accessibility compliance and brand alignment",
"inputModes": [
"text",
"file"
],
"outputModes": [
"text",
"file"
],
"tags": [
"ui-generation",
"design",
"html",
"css",
"javascript"
]
},
{
"id": "review-ui",
"name": "Review UI",
"description": "Review and score existing UI against D-O-R-A-V axes (Design, Originality, Relevance, Accessibility, Visual Clarity)",
"inputModes": [
"text",
"file"
],
"outputModes": [
"text"
],
"tags": [
"ui-review",
"dorav-scoring",
"evaluation"
]
},
{
"id": "campaign-orchestrate",
"name": "Campaign Orchestration",
"description": "Orchestrate multi-surface design campaigns (12+ pages) with dependency-aware generation ordering and cross-surface coherence verification",
"inputModes": [
"text"
],
"outputModes": [
"text",
"file"
],
"tags": [
"campaign-orchestration",
"multi-surface",
"planning"
]
},
{
"id": "design-system-infer",
"name": "Design System Inference",
"description": "Infer design system tokens, patterns, and conventions from an existing codebase via PADI (Project-Agnostic Descriptor Inference)",
"inputModes": [
"file"
],
"outputModes": [
"text"
],
"tags": [
"design-system",
"token-inference",
"padi"
]
}
],
"protocols": {
"a2a": "0.3.0",
"adk": "2.1"
},
"authentication": {
"schemes": [
{
"type": "bearer",
"description": "Firebase ID token from Identity Platform"
},
{
"type": "apiKey",
"description": "API key for service-to-service communication",
"in": "header",
"name": "X-Atelier-API-Key"
}
]
},
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": true,
"multiTurn": true
},
"defaultInputModes": [
"text"
],
"defaultOutputModes": [
"text",
"file"
]
}