Security Profiles
advanced
30 min

PCI-DSS Profile

Security profile for handling payment card data with PCI-DSS controls.

Deploy in 30 min

Configuration Preview

This is what your OpenClaw config looks like. Deploy it on Clawctl in 30 min.

openclaw.json
# Clawctl Security Profile — PCI-DSS
# Good for: e-commerce, payment processing, fintech
{
  "security": {
    "level": "enterprise",
    "pci_dss": true,
    "egress": {
      "filter": true,
      "strict": true,
      "allowed_domains": ["api.stripe.com"]
    },
    "guardrails": {
      "blocked_patterns": ["full_card_number", "cvv"],
      "require_approval": ["process_payment", "issue_refund"]
    },
    "audit": { "retention_days": 365 }
  }
}

What This Template Includes

Card data handling restrictions

Strict network segmentation via egress filtering

Payment-aware guardrails

Transaction audit logging

Encrypted card data handling

Quarterly access review support

Perfect For

E-commerce businesses processing payments

Fintech companies with card data

Payment gateway integrations

Any business handling cardholder data

Required Integrations

Connect these tools to use this template. One-click setup via Clawctl.

Security Level: enterprise

Enterprise-grade with SIEM export, RBAC, 365-day retention, and compliance evidence generation.

Common Questions

Does the agent see card numbers?

No. Guardrails block full card number exposure. The agent uses tokenized references via Stripe or your payment processor.

Can it process refunds?

With approval workflows. Every refund requires human sign-off.

What PCI level does this support?

The security controls support PCI-DSS Level 1 requirements. Your overall compliance depends on your full infrastructure.

Deploy This Template Now

30 min to deploy. $49/month. Full security included. No DevOps required.

Get Started with Clawctl