{
  "format": "delx/intent-card/v1",
  "id": "uuid-generator-api",
  "intent": "generate UUIDs for an agent workflow",
  "title": "UUID generator API for agents",
  "description": "Generate bounded deterministic or random UUID values for $0.001 without an account.",
  "keywords": [
    "UUID generator API",
    "generate UUIDs",
    "unique id API",
    "agent identifiers",
    "x402 UUID"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/uuid-generator-api",
  "machine_url": "https://commerce.delx.ai/intents/uuid-generator-api.json",
  "recommendation": {
    "tool_name": "util_uuid_generate",
    "service_name": "Delx Uuid Generate",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/uuid",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "count": {
          "type": "string",
          "description": "Number of UUIDs (1-10)",
          "default": 1,
          "minimum": 1,
          "maximum": 10
        }
      },
      "additionalProperties": true,
      "required": []
    },
    "example_input": {},
    "example_output": {},
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/uuid -m POST -H 'x-delx-source: intent-card-uuid-generator-api' --max-amount 0.001 -b '{}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-uuid-generator-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/uuid"
  }
}
