Vault cleanup
Archive expired PPV media automatically on a schedule.
Fanvue housekeeping automation is a dedicated toolkit for the operational grind agencies hate, running quietly in the background across every creator you manage.
# housekeeping.yaml
jobs:
archive-expired-ppv:
schedule: "0 3 * * *"
action: fanvue.vault.archive_expired
prune-stale-fans:
schedule: "0 4 * * 1"
action: fanvue.fans.prune
params:
inactive_days: 45
dedupe-vault:
schedule: "0 5 * * 0"
action: fanvue.vault.dedupe
params:
method: perceptual_hashEvery job runs on your schedule, across one creator or your whole roster.
Archive expired PPV media automatically on a schedule.
Push one price change across every connected creator.
Prune fans inactive for 45 days to keep lists clean.
Perceptual hashing finds and removes duplicate media.
Tag fans automatically based on spend and behaviour.
Nightly checks on tracking links, bio links and PPV previews.
Housekeeping jobs are declared once and run on their own schedule, calling the same fanvue.* actions available in the API.
# housekeeping.yaml
jobs:
archive-expired-ppv:
schedule: "0 3 * * *"
action: fanvue.vault.archive_expired
prune-stale-fans:
schedule: "0 4 * * 1"
action: fanvue.fans.prune
params:
inactive_days: 45
dedupe-vault:
schedule: "0 5 * * 0"
action: fanvue.vault.dedupe
params:
method: perceptual_hashHousekeeping runs alongside the rest of the platform without extra setup.
Pair housekeeping with the Auth module to keep sessions fresh, with ads tracking for clean attribution data, or see pricing for included jobs per plan.
Get API keys, docs and MCP access in one click. Free trial, no credit card.