Skip to Content
Getting StartedDemo & Sandbox

Demo Mode & Sandbox

VeriProof includes a no-registration demo that gives you immediate access to the full Customer Portal with pre-loaded AI governance scenarios. There is nothing to install, no email address required, and no credit card.

The demo runs on the sandbox tenant — a special shared partition inside the VeriProof platform pre-populated with realistic decision data across financial services, healthcare, and legal industries.

Try it now: Go to https://my.veriproof.app/demo , pick an industry, and click Enter Demo. You land directly in the portal — no account needed.


What is the sandbox?

The sandbox is a special shared tenant inside VeriProof — not a separate domain or environment. It has its own isolated data partition pre-loaded with realistic AI governance scenarios, and it is the same data that powers the demo.

The sandbox tenant is accessed in two ways:

Access methodWho it is for
Demo mode — no account requiredAnyone evaluating VeriProof
Sandbox view from inside the portalRegistered users who want to explore with demo data

Both paths show the same sandbox data. Sandbox data is never mixed with your tenant’s production records.


Using demo mode (no registration required)

Go to https://my.veriproof.app/demo .

Choose your industry

Select Financial Services, Healthcare, Legal, or Professional Services. Financial Services is the most fully-seeded dataset.

Click Enter Demo

That is it. You land directly in the Customer Portal browsing real compliance records pre-loaded from the sandbox tenant.

No email. No credit card. No onboarding flow. A Cloudflare bot protection challenge may appear in the production environment — it typically completes instantly.

What you can do in demo mode

FeatureAvailable?
Decisions explorer — browse and filter sessions✅ Yes
Time Machine — step-by-step session replay✅ Yes
Compliance Center — governance scoring✅ Yes
Evidence package export✅ Yes (test exports)
Governance trend dashboards✅ Yes
Alert history✅ Yes
Archive, delete, or annotate records❌ No — sandbox is read-only
Set baselines or create reviews❌ No — sandbox is read-only
SDK ingest / write operations❌ No — sandbox is read-only

Demo sessions are ephemeral. When you close the tab the session ends and no data is saved. To persist your own records, create a free Builder account — 500 proofs per month, no credit card required.


Pre-loaded sandbox data

The sandbox contains a curated set of sessions covering common AI governance scenarios in financial services:

DatasetDescription
Fraud detection decisionsReal-time fraud scoring sessions with multi-step agent traces
Loan underwritingCredit evaluation decisions with full governance annotations
Customer serviceConversational AI sessions with guardrail and oversight events
Compliance reportingPre-generated EU AI Act evidence packages and governance score history

These sessions demonstrate every major VeriProof feature — the Decisions explorer, Time Machine, Compliance Center, governance trends, alert history, and evidence export.


Sandbox access from a registered account

If you have a VeriProof account, you can enter sandbox view from inside the portal:

  1. Open the account menu in the top-right of the Customer Portal.
  2. Click Enter Sandbox to switch your portal view to the shared sandbox data.
  3. All portal features are available in read-only mode — you can explore and filter, but cannot create or delete records.

Sandbox records belong to the shared sandbox tenant. Your team’s real data is completely separate in your own tenant partition. Switching between sandbox view and your production view does not affect either dataset.

SDK note

There is no separate sandbox API key for writing into the shared sandbox. The shared sandbox is read-only. If you want to send test traffic from your own application, use your standard customer API key and ingest into your own tenant data.

import os from veriproof_sdk import VeriproofClientOptions, configure_veriproof configure_veriproof( VeriproofClientOptions( api_key=os.environ["VERIPROOF_API_KEY"], application_id="my-dev-app", ), service_name="my-dev-app", set_global=True, )

Sandbox mode in the Customer Portal does not change where SDK traffic is written.


Sandbox and production data isolation

SandboxProduction
Data sourceShared demo tenantYour tenant only
Write accessNone — read-onlyFull write access
Blockchain anchoringDisabledEnabled (Solana)
BillingFreeMetered
Data retention30 days rollingPer your plan

Sandbox sessions are never promoted to production. Your production data is never visible in sandbox mode.


FAQ

Does the demo require account creation?

No. https://my.veriproof.app/demo  requires nothing — no email, no credit card, no password. You pick an industry and click Enter Demo.

Can I reset the sandbox data?

The shared sandbox dataset is periodically refreshed by VeriProof. You cannot reset it yourself, and external tenants cannot add their own records to the shared sandbox dataset.

Does the sandbox have blockchain anchoring?

No. Sandbox sessions are not anchored to Solana. This keeps sandbox operations fast and cost-free. Production sessions are anchored automatically.

Can multiple team members use the sandbox simultaneously?

Yes. All registered team members can enter sandbox view. Multiple people can run independent demo sessions at the same time.

Is there a sandbox.veriproof.app URL?

No. The sandbox is a tenant partition within the main VeriProof platform at my.veriproof.app. There is no separate sandbox subdomain.


Next steps

Last updated on