7.15.x CAPsMAN Setup

For reference i will post my relevant config

Router:

# 2024-07-25 00:57:32 by RouterOS 7.15.2
# software id = QRB2-MWET
#
# model = RB4011iG

/interface wifi channel
add disabled=no frequency=2412,2437,2462 name=2.4-auto width=20mhz
add disabled=no frequency=5180,5260,5500,5765,5825 name=5-ch-auto skip-dfs-channels=all width=20/40/80mhz
add disabled=no frequency=2412 name=2.4-ch1 width=20mhz
add disabled=no frequency=2437 name=2.4-ch6 width=20mhz
add disabled=no frequency=2462 name=2.4-ch11 width=20mhz
add disabled=no frequency=5180 name=5-ch-36 width=20mhz
add disabled=no frequency=5260 name=5-ch-52 width=20mhz
add disabled=no frequency=5500 name=5-ch-100 width=20mhz
add disabled=no frequency=5765 name=5-ch-153 width=20mhz
add disabled=no frequency=5825 name=5-ch-165 width=20mhz

/interface wifi security
add authentication-types=wpa2-psk disabled=no encryption=ccmp,gcmp passphrase=REDACTED ft=yes ft-over-ds=yes group-encryption=ccmp name=sec1 wps=disable

/interface wifi configuration
add channel=2.4-auto country="United States" disabled=no mode=ap name=2G security=sec1 security.ft=yes .ft-mobility-domain=0x1 .ft-over-ds=yes ssid="REDACTED" tx-power=15
add channel=5-ch-auto country="United States" disabled=no mode=ap name=5G security=sec1 security.ft=yes .ft-mobility-domain=0x1 .ft-over-ds=yes ssid="REDACTED" tx-power=18
    
/interface wifi
add configuration=5G disabled=no name=cap-wifi1 radio-mac=48:A9:8A:6A:02:78
add configuration=5G disabled=no name=cap-wifi2 radio-mac=48:A9:8A:6A:03:AC
add channel.frequency=2412 configuration=2G configuration.mode=ap disabled=no name=cap-wifi3 radio-mac=48:A9:8A:6A:02:79
add channel.frequency=2462 configuration=2G configuration.mode=ap disabled=no name=cap-wifi4 radio-mac=48:A9:8A:6A:03:AD

/interface wifi capsman
set enabled=yes interfaces=VLAN1-Home-Network package-path="" require-peer-certificate=no upgrade-policy=none

/interface wifi provisioning
add action=create-enabled disabled=no master-configuration=2G supported-bands=2ghz-ax,2ghz-g,2ghz-n
add action=create-enabled disabled=no master-configuration=5G supported-bands=5ghz-a,5ghz-n,5ghz-ac,5ghz-ax

AP:

# 2024-07-24 19:43:23 by RouterOS 7.15.2
# software id = T1EX-6STN
#
# model = cAPGi-5HaxD2Hax
/interface bridge
add ingress-filtering=no name=bridgeAll port-cost-mode=short protocol-mode=none vlan-filtering=yes

/interface wifi
# managed by CAPsMAN
# mode: AP, SSID:REDACTED, channel: 5825/ax/Ceee
set [ find default-name=wifi1 ] configuration.manager=capsman .mode=ap disabled=no
# managed by CAPsMAN
# mode: AP, SSID:REDACTED, channel: 2462/ax
set [ find default-name=wifi2 ] configuration.manager=capsman .mode=ap disabled=no

/interface bridge port
add bridge=bridgeAll interface=ether1 internal-path-cost=10 path-cost=10
add bridge=bridgeAll interface=ether2 internal-path-cost=10 path-cost=10
add bridge=bridgeAll interface=wifi1 internal-path-cost=10 path-cost=10
add bridge=bridgeAll interface=wifi2 internal-path-cost=10 path-cost=10

/interface bridge vlan
add bridge=bridgeAll tagged=bridgeAll,ether1 vlan-ids=1003

/interface wifi cap
set caps-man-addresses=172.16.1.1 discovery-interfaces=bridgeAll enabled=yes

/ip dhcp-client
add interface=bridgeAll

Hopefully this helps.
I found that after making changes to the capmans config in your router going to the menu:
WiFi > Remote CAP and/or Radios
Then selecting the CAP or radio interface then hitting the provision button on the top bar will force it take the config
I am not an expert at this at all. I just have a setup that somehow works.