{
  "$schema": "https://a2a-protocol.org/schemas/agent-card.json",
  "name": "Aletiq",
  "description": "AI agent verification platform. Provides structured, reproducible test workflows so development teams can verify AI agent behavior, catch regressions, and deploy with confidence.",
  "version": "1.0.0",
  "url": "https://aletiq.ai",
  "provider": {
    "organization": "Denqfabrik",
    "url": "https://denqfabrik.com"
  },
  "documentationUrl": "https://aletiq.ai/how-it-works",
  "iconUrl": "https://aletiq.ai/images/icons/aletiq-logo.svg",
  "supportsAuthenticatedExtendedCard": false,
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "skills": [
    {
      "id": "verify_agent_output",
      "name": "Verify AI Agent Output",
      "description": "Run a structured verification workflow against an AI agent's output. Returns pass/warn/fail verdict with evidence for each check level (L0 existence through L5 safety).",
      "tags": ["verification", "testing", "ai-agent", "quality-assurance"],
      "examples": [
        "Verify that the checkout page works end-to-end after my agent built it",
        "Check that this form validates required fields correctly"
      ]
    },
    {
      "id": "rerun_verification",
      "name": "Re-run Existing Verification",
      "description": "Re-execute a previously defined verification scenario. Free and unlimited on all plans. Useful for regression testing after agent edits.",
      "tags": ["regression", "testing", "reproducible"],
      "examples": [
        "Re-run the checkout verification after my agent fixed the button"
      ]
    },
    {
      "id": "list_verification_levels",
      "name": "Describe Verification Levels",
      "description": "Return the Aletiq verification level taxonomy (L0 existence, L1 format, L2 content, L3 behavior, L4 consistency, L5 safety) with examples.",
      "tags": ["documentation", "taxonomy"],
      "examples": [
        "What does an L3 behavior check look like?"
      ]
    }
  ],
  "securitySchemes": {},
  "security": [],
  "contactEmail": "info@aletiq.ai",
  "termsOfUseUrl": "https://aletiq.ai/en/imprint"
}
