> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentflow.live/llms.txt
> Use this file to discover all available pages before exploring further.

# Security Features

> Enterprise-grade security protecting your agents

# Security Features

**Comprehensive security built into every layer.**

## Multi-Tenant Isolation

**Complete data separation:**

* Each organization is fully isolated
* Cannot access other organization's data
* Automatic security enforcement
* Zero-trust architecture

**How it works:**

```
Every database query automatically filtered by organization
→ Users only see their organization's data
→ Impossible to bypass (enforced at system level)
→ Verified by regular security audits
```

## Authentication & Access

<Tabs>
  <Tab title="Multi-Factor Auth">
    * SMS, authenticator app, or hardware key
    * Required for all users (configurable)
    * Backup codes provided
  </Tab>

  <Tab title="SSO">
    * SAML 2.0 support (Enterprise)
    * OIDC integration
    * Active Directory, Okta, Auth0
    * Automatic provisioning
  </Tab>

  <Tab title="Session Management">
    * Secure session tokens
    * Configurable timeouts
    * Device tracking
    * Force logout capability
  </Tab>
</Tabs>

## Encryption

**Data at rest:**

* AES-256 encryption
* Encrypted database fields
* Encrypted file storage
* Customer-managed keys (Enterprise)

**Data in transit:**

* TLS 1.3
* Perfect forward secrecy
* Certificate pinning
* Secure WebSocket connections

## Security Monitoring

**Continuous monitoring:**

* Failed login attempts
* Unusual access patterns
* Data export activities
* Configuration changes
* API usage anomalies

**Automated responses:**

* Account lockout after failed attempts
* Suspicious activity alerts
* Rate limiting enforcement
* Automatic threat blocking

<Card title="Next: Compliance" href="/security/compliance">
  Learn about compliance certifications
</Card>
