01
Data access principles
Every automation runs on least-privilege access. A system can only read and write the specific records and fields it needs to do its job — nothing wider.
- Scope defined per workflow, not per platform — read-only where write access isn't required
- Field-level access where the tool supports it (e.g. a lead-routing agent never touches financial fields)
- Access is documented in the build spec and reviewed before go-live
- Credentials stored in a secrets manager, never hard-coded or shared in plaintext