{
  "format": "delx/intent-card/v1",
  "id": "agent-developer-utilities-api",
  "intent": "encode hash generate ids convert timestamps or inspect a cron schedule",
  "title": "Run small developer utilities for an agent",
  "description": "Use deterministic Base64, hashing, UUID, timestamp, regex, cron and HTTP-code helpers for $0.001 each.",
  "keywords": [
    "developer utility API",
    "Base64 API",
    "hash API",
    "UUID generator API",
    "cron parser API",
    "x402 utility"
  ],
  "updated_at": "2026-08-01",
  "canonical_url": "https://commerce.delx.ai/intents/agent-developer-utilities-api",
  "machine_url": "https://commerce.delx.ai/intents/agent-developer-utilities-api.json",
  "recommendation": {
    "tool_name": "util_base64",
    "service_name": "Delx Base64",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/base64",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "input": {
          "type": "string",
          "description": "String to encode or Base64 string to decode"
        },
        "action": {
          "type": "string",
          "description": "Action to perform",
          "enum": [
            "encode",
            "decode"
          ]
        }
      },
      "required": [
        "input",
        "action"
      ]
    },
    "example_input": {},
    "example_output": {},
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/base64 -m POST -H 'x-delx-source: intent-card-agent-developer-utilities-api' --max-amount 0.001 -b '{}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-agent-developer-utilities-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/base64"
  }
}
