Public demo
Preparing safe database demo...
Loading the agent timeline, policy checks, and approval workflow.
Public demo
Loading the agent timeline, policy checks, and approval workflow.
90-second safety demo
Watch an agent request a money-related change. Synapsor scopes the read, blocks the direct write, and stages a reviewable proposal with evidence.
Demo uses safe mock Postgres/MySQL-style data. No real credentials required.
Agent request
Money-related update · $55 request · approval required above $50
Outcome paths
The default shows the full safety loop: governed read, direct write blocked, proposal staged, approval required, replay saved.
Step 1 of 9 — Customer request received
The agent asks to waive a $55 late fee.
Step 1 of 9: Received customer request. Status: Ready.
Live run graph
The graph separates the unchanged production lane from the Synapsor review branch lane so the branching behavior is visible as the run advances.
The workflow uses AUTO BRANCH ON PROPOSAL, so a requested write forks into Synapsor review state.
Production/main stays unchanged during review.
Synapsor auto-creates a review branch for the proposed diff, evidence, approval state, and replay.
Green-lane updates can become worker-ready; $55 and riskier changes stay held for review.
The branch is Synapsor-owned change-control state: proposed row diff, evidence, approval status, writeback handoff, and replay. The model never gets direct write authority.
Loading safe-write run graph...
The static path below mirrors the interactive graph while the canvas initializes.
Synapsor workflow map
Same database, different agent outcomes. Synapsor owns the safety state around the read, policy decision, proposal, approval, replay, and worker handoff.
The agent asks to change customer data, but it does not get database access.
Synapsor safety boundary
tenant, principal, ticket ID
approved rows and fields
$50 threshold and risk rules
Selected outcome
What Synapsor did
Outcome
Synapsor is enforcing the database boundary before the agent can see context or propose changes.
Demo takeaway