{
  "format": "delx/intent-card/v1",
  "id": "redact-emails-lite-api",
  "intent": "Redact Emails Lite for an agent workflow",
  "title": "Redact Emails Lite API for agents",
  "description": "Replace email-shaped tokens with a redaction marker. Call when you scrub emails from agent-held text before logging. Returns text with emails replaced by [REDACTED_EMAIL] for $0.001 USDC via x402 on Base. No network, no keys, no retention; first-party local JSON only. Results are advisory; the caller owns budgets, auth, and production controls.",
  "keywords": [
    "Redact Emails Lite API",
    "Redact Emails Lite for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-07",
  "canonical_url": "https://commerce.delx.ai/intents/redact-emails-lite-api",
  "machine_url": "https://commerce.delx.ai/intents/redact-emails-lite-api.json",
  "recommendation": {
    "tool_name": "util_redact_emails_lite",
    "service_name": "Delx Redact Emails Lite",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/redact-emails-lite",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "text": {
          "description": "Input field: text.",
          "type": "string"
        }
      },
      "required": [
        "text"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "text": "mail ops@delx.ai please"
    },
    "example_output": {
      "schema": "delx/util-redact-emails-lite/v1",
      "text": "mail [REDACTED_EMAIL] please"
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/redact-emails-lite -m POST -H 'x-delx-source: intent-card-redact-emails-lite-api' --max-amount 0.001 -b '{\"text\":\"mail ops@delx.ai please\"}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-redact-emails-lite-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/redact-emails-lite"
  }
}
