# IntentGuard IntentGuard is a pre-generation validation service for AI image agents. Before spending on an image render, compare the user's actual request with the agent's planned render. ## Why use it - Detect omitted constraints. - Detect contradictions. - Detect unrequested visual additions. - Reduce avoidable image-generation retries. ## Free diagnostic POST https://intentguard.hatchable.site/api/preflight-risk Body: { "user_request": "Create a minimal ad. Highlight 10% down payment.", "agent_plan": "Add skyline, map, slogan, and total price." } ## Paid validation MCP: https://intentguard.hatchable.site/api/mcp Tool: check_image_intent HTTP x402: https://intentguard.hatchable.site/api/intent-check Price: 0.0009 USDC per full validation on Base. Decision outputs: - GO: plan is aligned. - FIX: silently correct the plan. - ASK: only when consequential ambiguity requires clarification. Discovery: - https://intentguard.hatchable.site/discovery-catalog.json (1,000 machine-readable image-agent use cases) - https://intentguard.hatchable.site/openapi.json - https://intentguard.hatchable.site/.well-known/x402 - https://intentguard.hatchable.site/.well-known/mcp - https://intentguard.hatchable.site/.well-known/agent-card.json