Agent402 / tools / Generators & IDs

Generators & IDs

UUIDs, ULIDs, passwords, secure randomness, QR codes.

5 tools in this category - 5 free via proof-of-work. ← All tools

UUID generator

FREE w/ compute · or $0.001 · GET /api/uuid

Generate UUIDs. ?version=4 (default, random) or 7 (time-ordered), ?count=1..100.

try in playground →

ULID generator

FREE w/ compute · or $0.001 · GET /api/ulid

Generate ULIDs (sortable, timestamp-prefixed identifiers). ?count=1..100.

try in playground →

Password generator

FREE w/ compute · or $0.001 · GET /api/password

Generate cryptographically random passwords. ?length=8..128 (default 24), ?symbols=true|false (default true), ?count=1..…

try in playground →

Random

FREE w/ compute · or $0.001 · GET /api/random

Cryptographically secure randomness. ?bytes=1..1024 returns hex; or ?min=&max= returns a uniform integer; ?count=1..100.

try in playground →

QR code

FREE w/ compute · or $0.002 · GET /api/qr

Generate a QR code PNG from any text or URL. ?text=…&size=256 (128-1024).

try in playground →