AgentPMT - The Agentic Economy

Random Password Generator Quantum

Function
$0.05/requestMin Purchase: 20Min Purchase Price: $1

Details

For creating high-entropy, cryptographically strong passwords that adhere to specific security policies. The generator uses a hardware-based quantum source to ensure true randomness for each character. It provides granular control over the password's length and the inclusion of different character types (uppercase, lowercase, digits, symbols), making it ideal for generating credentials for high-security systems.

Use Cases

Root Password Generation, Encryption Keys, High-Security Authentication, Initial User Onboarding, Password Rotation Policies, Secure Credential Generation, Automated System Accounts

Parameters

(required properties listed first)

action
Type:string
Description:Use 'get_instructions' to retrieve documentation. Action to perform: generate
Default:generate
Allowed values:
get_instructionsgenerate
length
Type:integer
Description:Password length in characters (8-128 characters)
Default:16
Minimum:8
Maximum:128
uppercase
Type:boolean
Description:Include uppercase letters (A-Z)
Default:true
lowercase
Type:boolean
Description:Include lowercase letters (a-z)
Default:true
digits
Type:boolean
Description:Include digits (0-9)
Default:true
symbols
Type:boolean
Description:Include symbols/punctuation characters
Default:true
exclude_ambiguous
Type:boolean
Description:Exclude ambiguous characters that look similar (0, O, 1, l, I). Recommended for passwords that will be manually typed.
Default:true
source
Type:string
Description:Random source to use. 'quantum' uses CURBy quantum random number generator. 'standard' uses cryptographically secure Python secrets module.
Default:quantum
Allowed values:
quantumstandard

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": "68b648913c0101597b3cd87e",
    "parameters": {
      "action": "generate",
      "length": 16,
      "uppercase": true,
      "lowercase": true,
      "digits": true,
      "symbols": true,
      "exclude_ambiguous": true,
      "source": "quantum"
    }
  }'

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.

Random Password Generator Quantum by Apoth3osis | AgentPMT