Card snapshot
intentguard.hatchable.site
·
2026-09-18 10:18:03 UTC
·
ec7fa29506eb10e561881e2fe3ec8b228b2e43807d791fe02def4e6c03531fba
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.
{
"protocolVersion": "1.0",
"name": "IntentGuard",
"description": "Pre-generation visual intent validation for AI image agents. Checks whether a planned image render matches the user's actual request before generation, reducing wasted image calls and prompt misunderstandings.",
"url": "https://intentguard.hatchable.site/api/a2a",
"version": "0.4.1",
"provider": {
"organization": "IntentGuard",
"url": "https://intentguard.hatchable.site"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"skills": [
{
"id": "check-image-intent",
"name": "Check Image Intent",
"description": "Discover and access IntentGuard's paid image-intent preflight. Paid execution is exposed as MCP and x402 HTTP.",
"tags": [
"image-generation",
"visual-intent",
"prompt-alignment",
"pre-render",
"image-qa",
"x402",
"mcp"
],
"examples": [
"Find a pre-render check that catches image prompt misunderstandings before generation."
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"text/plain",
"application/json"
]
}
]
}