Documentation
White-label trust center
Remove the 'Powered by Attestly' badge and ship the trust center fully under your brand.
Last updated May 8, 2026
On Scale and above you can ship the public trust center entirely under your own brand: no "Powered by Attestly" footer, no Attestly favicon on your custom domain, just your logo, colours, and footer note.
Enabling it
- Go to Dashboard → Settings → Branding.
- Toggle Hide "Powered by Attestly" branding.
- Save.
The change takes effect on the next ISR revalidation (under one minute). Tenants on Free / Starter / Growth see the toggle disabled with an upsell card pointing at the Scale tier.
What changes
| Surface | Default | White-label |
|---|---|---|
| Trust-center footer | "Powered by Attestly" badge with a link back to attestly.dev | Removed entirely. Your tenant's footerNote is rendered instead, if set. |
Public document pages (/trust/<slug>/<doc>) | Same Attestly footer | Removed; tenant footer note shown. |
AIBOM (/aibom.json) | x-attestly namespace + a generator field naming Attestly | Same — the AIBOM is still useful to procurement, and reviewers expect to see the generator. |
| OpenGraph card | Auto-generated from your brand colours | Same. |
| Email footers | "Sent by Attestly on behalf of <tenant>" | Same — emails always disclose the sender for anti-phishing. |
Plan gating, end-to-end
White-label is enforced in two places, so you can't accidentally enable the toggle and have it silently ignored:
- The settings UI is plan-gated server-side. Lower plans see an upsell.
- The trust-center renderer also checks
plan.features.whiteLabelat request time. Even if a tenant haswhiteLabel = truein the database (e.g. they downgraded mid-cycle), the badge reappears as soon as the plan no longer permits hiding it.
This is the correct behaviour for a billing-aware feature flag and matches how custom-domain enforcement works.
Footer notes
A short one-line footer note (settable under Settings → Branding) is preserved regardless of plan. It's a good place for a copyright line or a "questions? legal@…" pointer.
Custom domain pairing
White-label is most often paired with a custom domain. The two features are independent — Custom domain is available on Growth+, white-label on Scale+ — but together they make the trust center indistinguishable from a page on your main marketing site.