Encryption in transit
All agent-to-platform and browser-to-platform traffic uses TLS 1.2 or higher with modern cipher suites. Agents pin the expected certificate chain, so a network device performing TLS interception cannot silently sit in the middle of a management channel.
Encryption at rest
Stored telemetry, inventory, configuration, credentials and audit records are encrypted at rest. Credential vault entries receive an additional layer of application-level encryption so they are not readable from a database copy alone.
Authentication
Multi-factor authentication is mandatory for every console user on every plan, not an optional upgrade. Password policy, session timeout and concurrent-session limits are configurable. Enterprise plans support SSO/SAML with group-to-role mapping.
Authorization
Role-based access control with least-privilege defaults. Roles are scoped to tenants, sites and device groups, and sensitive capabilities — running scripts at organization scope, retrieving vault credentials, changing retention — are separately grantable.
Audit logging
Console logins, remote sessions, script executions, patch approvals, policy changes, credential retrievals, API calls and user administration are recorded with timestamp, actor and source address. Audit records are append-only for users and exportable for your own SIEM.
Script governance
An approval workflow means unreviewed code cannot be executed across a fleet. Scripts have owners, version history and recorded output, so "what did that script actually do on 400 machines" is an answerable question.
Tenant isolation
Tenant boundaries are enforced in the data access layer and in API authorization, not only in the user interface. Technicians operating in one client's context cannot enumerate another client's devices.
Agent integrity
Installers and agent binaries are code-signed. The agent validates update packages before applying them, runs as a documented service, appears in installed-programs lists, and can be removed with a published command.
Platform operations
Administrative access to production infrastructure is restricted to authorized personnel using MFA, is logged, and follows least privilege. Changes move through review before release, and we maintain documented backup and restoration procedures.