Legal

Shared Responsibility Model

Managed platforms fail at the seams. This page states plainly which side of each seam we are on, so nothing is assumed by either of us.

Version 1.6Effective 1 August 2026Updated 1 August 2026
In short
  • We secure and operate the platform: hosts, network, runtimes, encryption, backups, patching.
  • You secure what you build: application code, access decisions, data you choose to store, agent permissions.
  • A few areas are genuinely shared — configuration, scaling limits, and incident response.

The split

AreaDarwaYou
Physical and host securityEverything
Network isolationTenant isolation, private networking, edge protectionDeciding what to expose publicly
Runtime and OS patchingBase images, language runtimes, brokers, database enginesYour dependencies and lockfile
EncryptionIn transit and at rest, key management, certificate rotationNot disabling TLS in your own client
BackupsTaking them, storing them, restoring on requestChoosing retention, and verifying a restore matters to you
AvailabilityPlatform uptime, failover, capacityHealth checks, graceful shutdown, retry logic in your code
Application securityScanning, secret detection, advisoriesCode, authentication, authorisation, input validation
Data contentStoring and processing it as instructedWhat you collect, its lawful basis, and its accuracy
Access managementRoles, approvals, audit trail, SSOWho you invite and which role you give them
Agent permissionsScoped credentials, denial by default, call loggingWhich tools an agent may use and on what data
CostEstimates, alerts, idle detectionScaling ceilings and acting on the alerts

Configuration is shared

We supply safe defaults — databases private, TLS required, secrets never in build output, preview environments excluded from indexing. If you change a default, the consequence of that change is yours. Every change is recorded with who made it and when.

Scaling limits are shared

We scale within the bounds you set. If your ceiling is too low for a traffic spike, requests queue; if it is very high, the bill follows. We warn before applying a scaling change and show the projected cost, but the bounds are your decision.

Incident response is shared

We detect and remediate platform incidents and tell you what happened. You are responsible for notifying your own users and regulators where your data is involved. We will provide the technical facts you need to do that, within the timelines in the DPA.

What we deliberately cannot do

  • Read a secret value back to you or to an agent. Set and rotate, never retrieve.
  • Recover data you deleted after the purge window has passed.
  • Restore a database from a backup you disabled.
  • Undo a destructive query. Point-in-time recovery is the remedy, which is why it is on by default.

Contact

Darwa Technologies FZ-LLC, Dubai Internet City, Dubai, United Arab Emirates. Written notice may be sent to legal@darwa.com. Security reports go to security@darwa.com. Privacy requests go to privacy@darwa.com.