Trust Page
Publish a secret-safe customer report backed by real checks and uptime evidence.
Trust Center
When a prospect, auditor, or enterprise buyer asks "how do I know your integrations actually work?", dashboard screenshots are not an answer. The Trust Center turns a project's real PreFlight evidence into a clean, shareable, customer-facing page — without exposing anything sensitive.
What it publishes
A Trust Center page is built from persisted evidence at /dashboard/projects/:id/trust-center:
Public pages are served at /trust/:slug using the slug configured on the project.
What it must never expose
The Trust Center is public-facing by design. Safety rules are strict:
- No encrypted provider credentials
- No raw webhook URLs or signing secrets
- No API keys or private provider tokens
- No internal dashboard URLs or workspace identifiers beyond the public slug
Configuration options
Publishing a report
Status mapping from probe results:
When to use it
- A buyer's security review asks for proof of integration and uptime health.
- You want a public status-style page backed by real checks, not a hand-edited badge.
- Sales needs a current artifact instead of a stale PDF.
- Compliance questionnaires ask for third-party verification of operational controls.
Pair Trust Center with Exports for PDF/JSON artifacts and expiring share links when the recipient needs a downloadable attachment.
Keeping it accurate
Trust Center reflects the most recent stored probe rows. To keep the public page credible:
- Enable Uptime Monitoring for continuous sampling between manual checks.
- Route Alerts so your team fixes degradations before customers notice.
- Re-run checks after integration or deploy changes.
- Use Issues to own, resolve, and verify incidents that would otherwise show on the public timeline.
<RelatedLinks links={[ { href: "/docs/guides/command-center", title: "Command Center", description: "Where Trust Center sits in the dashboard." }, { href: "/docs/guides/monitoring-and-sentinel", title: "Uptime Monitoring", description: "Keep uptime evidence fresh between checks." }, { href: "/docs/legal/privacy-policy", title: "Privacy Policy", description: "Legal page that often accompanies trust reviews." }, { href: "/docs/legal/terms-of-service", title: "Terms of Service", description: "Terms page buyers expect alongside trust evidence." }, ]} />
