Skip to content

Security architecture

Security is the foundational question enterprise IT and risk teams ask when evaluating automated AI. Rival Enterprise protects customer data, user identities, and system executions through an infrastructure-level security architecture paired with granular administrative controls.

Rival protects enterprise data across all lifecycle states using industry-standard cryptography and network isolation.

  • Data in transit — All traffic moving between client applications, external APIs, and Rival control planes is encrypted using TLS 1.2+ over HTTPS.
  • Data at rest — All stored databases, execution state logs, and vector storage namespaces are encrypted using AES-256 encryption.
  • Zero model training on customer data — Customer inputs, agent prompts, workspace data, and output payloads are strictly isolated and are never used to train public foundation models or third-party AI systems.
  • Logical and network tenant isolation — Customer data is logically segmented by tenant identifiers, ensuring strict boundaries across multi-tenant cloud environments.

Platform security begins with strict identity verification before any user or agent executes an action.

  • Single sign-on (SSO) — Authenticate users directly through your existing enterprise identity provider using SAML 2.0 or OpenID Connect (OIDC). See SSO configuration.
  • Centralized credential governance — Access is governed directly by your corporate directory. When an account is suspended in your IdP, access to Rival terminates automatically across all active sessions and API tokens.
  • Token-based connector authentication — Connectors authenticate to external business systems via scoped API tokens or OAuth 2.0 grants, never by storing raw user passwords.

Enterprise security operates on a shared-responsibility framework: Rival secures the platform infrastructure, while your organization governs workspace configuration and usage.

Your responsibility

  • User role and access assignments
  • Connector approvals and least-privilege
  • Global guardrail and PII policies
  • Audit log monitoring and reviews

Rival's responsibility

  • Platform infrastructure security
  • Encryption in transit and at rest
  • Tenant isolation and code sandboxing
  • SSO and identity provider integration
Security layerTechnical implementationEnterprise risk mitigated
Data encryptionTLS 1.2+ in transit; AES-256 at restPrevents unauthorized data interception and eavesdropping
Authentication federationSAML 2.0 / OIDC SSOEliminates password exposure and orphaned accounts
Access controlRole-based access control (RBAC)Prevents unauthorized privilege escalation across tools
Action safeguardsHuman-in-the-loop approval workflowsIntercepts high-consequence operations before execution
System visibilityTime-stamped, immutable audit logsGuarantees compliance traceability and incident response

A quick example: mapping a security review

Section titled “A quick example: mapping a security review”

Consider an enterprise IT security team conducting a vendor risk assessment.

  1. Checklist mapping — The security team maps their compliance checklist against Rival’s security architecture, verifying TLS and AES encryption standards, SAML SSO, and SOC 2 alignment.
  2. Policy verification — The team confirms that administrators can enforce least-privilege roles, block external PII transmission, and mandate human sign-offs on financial actions.
  3. Audit readiness — The review concludes with clear evidence that every system action generates a verifiable audit log entry, turning vendor risk evaluation into a straightforward verification exercise.