Skip to content
Housekeeping

Kill the boring, repetitive Fanvue work

Fanvue housekeeping automation is a dedicated toolkit for the operational grind agencies hate, running quietly in the background across every creator you manage.

housekeeping.yamlyaml
# 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_hash

Set it up once, forget about it

Every job runs on your schedule, across one creator or your whole roster.

Vault cleanup

Archive expired PPV media automatically on a schedule.

Price sync

Push one price change across every connected creator.

Stale-fan pruning

Prune fans inactive for 45 days to keep lists clean.

Vault deduplication

Perceptual hashing finds and removes duplicate media.

Auto-tag fans

Tag fans automatically based on spend and behaviour.

Broken-link scanner

Nightly checks on tracking links, bio links and PPV previews.

Jobs

Define jobs in a simple YAML file

Housekeeping jobs are declared once and run on their own schedule, calling the same fanvue.* actions available in the API.

housekeeping.yamlyaml
# 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_hash

Keep every creator tidy

Housekeeping 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.

Frequently asked questions

Ready to build on Fanvue?

Get API keys, docs and MCP access in one click. Free trial, no credit card.