AgentPMT - The Agentic Economy

Data Generator - Programming and Web

Core Utility
$0.05/requestMin Purchase: 20Min Purchase Price: $1

Details

Versatile data generation utility that produces random values, unique identifiers, secure credentials, and placeholder content. It supports UUID generation in both version 4 (random) and version 1 (timestamp-based) formats, making it easy to create unique identifiers for databases, distributed systems, and tracking purposes. The tool includes comprehensive random data generation capabilities including strings with customizable character sets, integers within specified ranges, hexadecimal values, raw bytes, hex color codes, fake email addresses, and random IPv4 addresses. For security-focused applications, Generators creates cryptographically secure passwords with configurable complexity rules, URL-safe API keys with optional prefixes, and high-entropy JWT secrets suitable for token signing. Content creators and developers can generate Lorem Ipsum placeholder text by word count, sentence count, or paragraph count. The tool also provides current timestamps in both Unix epoch and ISO 8601 formats. All security-sensitive outputs use cryptographically secure random number generation to ensure unpredictability and safety for production use.

Use Cases

UUID generation, unique identifier creation, UUID v4 random, UUID v1 timestamp, random string generator, random number generator, random integer range, hexadecimal string generation, random bytes generation, hex color code generator, random color picker, fake email generator, test email address, random IPv4 address, mock IP generator, secure password generator, strong password creation, customizable password complexity, API key generator, API token creation, JWT secret generator, token signing secret, authentication key generation, Lorem Ipsum generator, placeholder text, dummy content creation, filler text, Unix timestamp, epoch time, ISO 8601 date, datetime generation, test data generation, mock data creation, development testing, unit test fixtures, database seeding, sample data population, form testing, QA automation, load testing data, prototype placeholder content, demo data generation, cryptographically secure random, CSPRNG output, alphanumeric string, ASCII string generator, numeric string

Parameters

(required properties listed first)

action*required
Type:string
Description:Use 'get_instructions' to retrieve documentation. The generation operation to perform. Available actions: UUID (uuid-v4, uuid-v1), Random Data (random-string, random-number, random-hex, random-bytes, random-color, random-email, random-ipv4), Security (password, api-key, jwt-secret), Content (lorem-ipsum), Time (timestamp, iso-date)
Allowed values:
get_instructionsuuid-v4uuid-v1random-stringrandom-numberrandom-hexrandom-bytesrandom-colorrandom-emailrandom-ipv4passwordapi-keyjwt-secretlorem-ipsumtimestampiso-date
length
Type:integer
Description:Length parameter for random-string (1-1000), random-hex (1-64), random-bytes (1-1024), password (4-128), or api-key (16-128). Required for: random-string, random-hex, random-bytes, password, api-key. Optional for: jwt-secret (default 64)
Minimum:1
Maximum:1000
charset
Type:string
Description:Character set for random-string generation. Default: 'alphanumeric'
Default:alphanumeric
Allowed values:
alphanumericalphanumericasciihex
include_uppercase
Type:boolean
Description:Include uppercase letters in password generation. Default: true
Default:true
include_lowercase
Type:boolean
Description:Include lowercase letters in password generation. Default: true
Default:true
include_numbers
Type:boolean
Description:Include numbers in password generation. Default: true
Default:true
include_symbols
Type:boolean
Description:Include special symbols in password generation. Default: true
Default:true
words
Type:integer
Description:Number of words for lorem-ipsum generation. If specified, only words are generated (sentences and paragraphs are ignored)
Minimum:1
sentences
Type:integer
Description:Number of sentences for lorem-ipsum generation. If specified (and words is not), only sentences are generated
Minimum:1
paragraphs
Type:integer
Description:Number of paragraphs for lorem-ipsum generation. Default: 1
Default:1
Minimum:1
min_value
Type:integer
Description:Minimum value for random-number generation. Default: 0
max_value
Type:integer
Description:Maximum value for random-number generation. Default: 100
Default:100
prefix
Type:string
Description:Optional prefix for api-key generation (e.g., 'sk_', 'pk_test_'). Default: empty string

API Example

curl -X POST "https://api.agentpmt.com/products/purchase" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: your-api-key-here" \
  -H "X-Budget-Key: your-budget-key-here" \
  -d '{
    "product_id": "6948b1dbb54506f955d789ee",
    "parameters": {
      "action": "get_instructions",
      "charset": "alphanumeric",
      "include_uppercase": true,
      "include_lowercase": true,
      "include_numbers": true,
      "include_symbols": true,
      "paragraphs": 1,
      "max_value": 100
    }
  }'

Login to view your API and budget keys. The example above uses placeholder values. Sign in to see personalized code with your actual credentials.

About The Developer

Apoth3osis logo

Apoth3osis

13 stars

Joined Agent Payment: August 14, 2025

We build tools that enable AI agents to excel in the mathematical realm.

Our small team develops experimental and unique solutions in the AI arena, with a strong focus on modular computing for agentic applications and custom model deployment. We have handled projects for a variety of applications across many sectors, from algorithmic trading and financial analysis, to molecular simulations and predictions, to habitat and biodiversity monitoring and wildlife conservation.