Back to AgentUtil Undo

Card snapshot

undo.agentutil.net · 2026-05-21 00:23:08 UTC · 68179dac2f1657b51bc3c068916cd4eb6abce863dee309553886107a68893c8b

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.

{
  "name": "AgentUtil Undo",
  "description": "Reversibility intelligence for AI agents. Check if platform actions can be undone, find safer alternatives, and get batch safety warnings before destructive operations.",
  "version": "1.0.0",
  "url": "https://undo.agentutil.net",
  "capabilities": {
    "skills": [
      {
        "id": "checkReversibility",
        "name": "Before deleting or modifying data on Gmail, Shopify, Stripe, and 17 other platforms -- check if the action can be undone, get recovery windows, and find safer alternatives",
        "description": "Before deleting or modifying data on Gmail, Shopify, Stripe, and 17 other platforms -- check if the action can be undone, get recovery windows, and find safer alternatives",
        "tags": [
          "undo",
          "checkReversibility"
        ]
      },
      {
        "id": "lookupAction",
        "name": "Quick pre-flight check: can this action be undone? Returns reversibility level, recovery window, and the safest alternative for any platform action",
        "description": "Quick pre-flight check: can this action be undone? Returns reversibility level, recovery window, and the safest alternative for any platform action",
        "tags": [
          "undo",
          "lookupAction"
        ]
      }
    ]
  },
  "endpoint": "https://undo.agentutil.net",
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "authentication": {
    "type": "none",
    "note": "Free tier: 10 queries/day, no auth required"
  },
  "provider": {
    "organization": "AgentUtil",
    "url": "https://agentutil.net"
  }
}