Switchboard OS
v2.0
Command Center
Payment Ops
Payment Links
Cash Management
Ledger Master
Risk Studio
Gateway Health
API Keys
Secret Rotation
Audit Logs
Merchants
Payout Requests
Settings
Sign Out
Admin Dashboard
Global View
SANDBOX
Active
System Operational
Risk Policy Studio
Policy-as-Code Engine (YAML based rules)
Reset
Deploy v1.3
policy.yaml
LIVE
# High Value Transaction Policy policy_name: "high_value_check" version: 1.2 rules: - rule: "amount_cap" check: "intent.amount > 50000" action: "HOLD" reason: "High value requires manual review" - rule: "velocity_check" check: "user.total_tx_24h > 5" action: "BLOCK" reason: "Exceeded daily frequency limit"
Simulation Sandbox
{"amount": 60000, "user_id": "u_123", "device_id": "dev_99", "country": "BD"}
Run Test
// Output will appear here...