All docs
Documentation

Ship reviewable AI-agent writes to your existing database.

Connect selected Postgres/MySQL tables read-only, expose approved capabilities, record evidence, stage risky updates as row diffs, approve them, and apply approved changes through a trusted runner.

Start with agent database change control if your app already owns Postgres or MySQL. Use Synapsor-native tables later when workflow state belongs inside Synapsor and needs real branch, settlement, and merge semantics.

Advanced: store workflow data in Synapsor

Existing database change control is the default path. When the workflow data itself belongs in Synapsor, use Synapsor-native tables for real branch, settlement, and merge semantics.

Agent Activity and evidence lookup

When a human reviewer starts from a ticket, invoice, order, customer, proposal, query fingerprint, or time window, Agent Activity is the indexed lookup surface that finds the stored run, evidence bundle, approval or settlement, proposal diff, replay record, and query audit.

Using an LLM to read these docs?

Give it Synapsor's LLM context first so it understands the custom SQL syntax, controlled-beta limits, and write proposal workflow before generating examples.

llm-prompt.txt
Read https://synapsor.ai/llms.txt first, then use https://synapsor.ai/llms-full.txt for detailed Synapsor syntax. When writing code, keep tenant scope in SESSION/HIDDEN bindings, store returned run/evidence/proposal lookup ids with your app audit row, and stage risky writes through EXECUTION PROPOSAL with auto_branch.