HTTP/1.1 402 PAYMENT REQUIRED agent402.base.eth · BASE · SOLANA · POLYGON · ARBITRUM · MONAD · CELO · AVALANCHE · STELLAR · ALGORAND · ROBINHOOD · USDC · USDG
Agent402 / tools / Generators & IDs

Generators & IDs

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

6 tools in this category - 6 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.

ULID generator

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

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

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..…

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.

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).

UUID v5 (deterministic)

FREE w/ compute · or $0.001 · POST /api/uuid-v5

Generate a deterministic name-based UUID (version 5, SHA-1) from a namespace + name - the same inputs always yield the s…