Workspace boundary
Who can read or act
- Account data
- Scoped through the current membership
- Client access
- Limited to explicitly granted businesses
- Ownership
- The last owner cannot be removed or demoted
Trust and control
Netrix reaches live customer sites, agency credentials, and client data. The control model treats refusal, exact scope, verification, and recovery as product behavior—not implementation trivia.
Safeguards by boundary
A broad promise like “secure” says little. These are the concrete boundaries the application enforces.
Who can read or act
What a connector may use
Where the server may reach
What changes on a site
A live change as a transaction
Each phase answers a different question, and a failure in one does not get mislabeled as success in another.
Name the page and exact element the finding belongs to.
Stops on ambiguityCheck the acting membership, review state, connector, and site.
Stops on scopeWrite through the active connector and retain the prior value.
Records the attemptFetch the live page and compare the action semantically.
Separate outcomeRevert to the known prior value or release work after a crash.
Durable trailProduct principles
The platform does not describe a recommendation as a live change or promise hands-off autopilot.
A connector accepting a write and a live page reflecting it are separate events.
An ambiguous target, mismatched provider, exhausted budget, or unavailable dependency should produce an actionable refusal.
Durable states, retained prior values, serialized reversals, and stale-work recovery make interruption part of the model.
Connector protocols
The WordPress plugin authenticates signed requests with replay defenses and its own permission gate. Cloudflare resources are adopted only with persisted ownership evidence. Legacy REST credentials stay tied to one verified site.
POST /applytimestamp · nonce · body digest · signaturePlain answers
No. Netrix finds issues and can draft remedies; a person reviews and accepts the work before a deployment is requested.
No. Client access is limited to the businesses granted to that user, and operational actions such as connector management, audit starts, AI spend, and deployment remain with agency staff.
Netrix records the write as applied, then independently reads the live page. Only that second check can mark the deployment verified.
Supported deployments retain the prior value and expose a serialized revert path, with the reversal recorded in the same deployment history.
See the system in context