Back to AgentUtil Random

Card snapshot

random.agentutil.net · 2026-05-21 00:23:17 UTC · c0e882a17e60c88dd3b4a739d3375ce9c320eddec8683d4d8f2cc6d28651f53d

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 Random",
  "description": "Secure random value generation for autonomous agents \u2014 passwords, UUIDs, tokens, numbers, and random picks",
  "version": "1.0.0",
  "url": "https://random.agentutil.net",
  "capabilities": {
    "skills": [
      {
        "id": "generatePassword",
        "name": "Generate a cryptographically secure random password",
        "description": "Generate a cryptographically secure random password",
        "tags": [
          "random",
          "generatePassword"
        ]
      },
      {
        "id": "generateUuid",
        "name": "Generate random UUIDs (v4 or v7)",
        "description": "Generate random UUIDs (v4 or v7)",
        "tags": [
          "random",
          "generateUuid"
        ]
      },
      {
        "id": "generateToken",
        "name": "Generate a random API token in various formats",
        "description": "Generate a random API token in various formats",
        "tags": [
          "random",
          "generateToken"
        ]
      },
      {
        "id": "generateNumber",
        "name": "Generate random numbers, integers, floats, or dice rolls",
        "description": "Generate random numbers, integers, floats, or dice rolls",
        "tags": [
          "random",
          "generateNumber"
        ]
      },
      {
        "id": "randomPick",
        "name": "Pick random items from a list or shuffle the entire list",
        "description": "Pick random items from a list or shuffle the entire list",
        "tags": [
          "random",
          "randomPick"
        ]
      }
    ]
  },
  "endpoint": "https://random.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"
  }
}