Documentation Menu

Security & Compliance

BriqMind is designed with enterprise-grade encryption, strict access controls, and international data privacy standards to protect sensitive corporate data. Security is not an add-on feature; it is the foundation of our architecture.

01Data Encryption

All data on our platform is encrypted with industry-standard algorithms both in transit and at rest.

In Transit

All communication between client and server is required to use the TLS 1.3 protocol. Insecure HTTP requests are not allowed.

At Rest

Databases such as PostgreSQL and Vector DB, plus file systems and disks, are protected with the AES-256 encryption standard. Key management supports HSM.

02Identity and Access Management

In enterprise environments, who can access which data is critical. BriqMind integrates fully with your existing identity providers and provides granular authorization.

Enterprise SSO (Single Sign-On)

Secure one-click login with SAML 2.0 / OAuth2 compatible systems such as Active Directory (AD), Entra ID (Azure AD), Okta, and Google Workspace.

Session

Role-Based Access Control (RBAC)

Admin, Developer, Standard User, or custom-defined roles. You can define access boundaries for each model, agent, or API endpoint.

Permission

03Comprehensive Audit Logs

Traceability

Every critical action on the platform is recorded immutably with who performed it, when, and from where. This provides full transparency for your security teams.

Example Audit Log Output

JSON / Audit
{
  "timestamp": "2026-04-08T14:32:05Z",
  "event_type": "api.key.created",
  "actor": {
    "user_id": "usr_987xyz",
    "email": "admin@company.com",
    "ip_address": "192.168.1.45"
  },
  "resource": {
    "type": "api_key",
    "id": "key_scope_prod"
  },
  "status": "success",
  "severity": "high"
}

04Regulation and Compliance

BriqMind is designed to comply with both local and global data protection regulations. No data is moved outside the platform without your permission and it is not used to train AI models.

KVKK Compliance

Supports right-to-be-forgotten and data masking processes under Turkey's Personal Data Protection Law.

GDPR Standards

Infrastructure aligned with the EU General Data Protection Regulation, including data portability and transparency obligation tools.

ISO 27001

Logging, patch management, and access-control architecture aligned with information security management system standards.