{
  "$schema": "https://www.agent-kits.com/agentaz/agentaz-v1.0.schema.json",
  "agent_id": "my-agent",
  "version": "0.1.0",
  "trust_level": "A3",
  "dna_pattern": "Execution",
  "worst_case_action": "Describe the single worst irreversible thing this agent could do (e.g. 'issues a refund to the wrong account'). If it cannot change anything, say so.",
  "authority_boundary": "State what runs automatically vs. what requires human approval.",
  "last_reviewed": "2026-01-01",
  "tool_boundary": {
    "auto_executable_tools": ["read_ticket", "search_docs"],
    "approval_required_tools": ["issue_refund", "send_email"],
    "execution_tools_absent": false
  },
  "tags": ["agentaz", "agent-governance"]
}
