TL;DR: Israeli regulation lets banks and insurers run GenAI in the cloud or on their own servers, under conditions: classify the data, keep sensitive data in Israel or with a provider that meets GDPR-level protection, encrypt, keep an audit trail, and manage every AI model, vendor models included, under a model risk framework. Choose the architecture per use case, based on the data it touches. For most knowledge work, RAG over a model in an Israeli cloud region is a practical start. Keep on-prem open-weight models for the most sensitive flows.
Last checked: September 2026. This is general information, not legal advice.
Why GenAI projects stall in banks and insurers
A business unit wants an assistant that answers from policies and procedures. The CISO asks where the data goes. Risk asks who validates the model. Compliance asks what the customer is told. Each question is fair, and the answers sit in documents from different regulators.
We told the story of an architecture that passed a CISO review in a single meeting. This article goes one level up: what Israeli financial regulation says, which architecture fits which use case, and how to roll it out.
What the rules say
Banks: Bank of Israel, Proper Conduct of Banking Business directives
- [Directive 362, "Cloud Computing"](https://boi.org.il/media/ndmbigpq/362_et.pdf) (last updated June 2026). Banks may use cloud services, material systems included. The board approves a cloud policy, every cloud service gets a risk assessment before contracting, and data is encrypted in transit and at rest, at minimum the data classified as sensitive. Sensitive data may go to a cloud outside Israel only if the provider meets GDPR-level protection. The directive excludes a "private cloud": infrastructure for the exclusive use of one bank, on or off premises.
- [Directive 364, "Management of IT, Information Security, and Cyber Protection Risks"](https://www.boi.org.il/media/0vvpnqtw/h2799.pdf). Published in November 2024, in force since May 2026, replacing Directives 357, 361 ("Cyber Defense Management") and 363. Section 43 requires classifying activities, processes and information assets by criticality and sensitivity. Section 61.7 requires an audit trail of who accessed what, from where and when.
- [Directive 369 on model risk management](https://www.boi.org.il/media/mcyfqkkp/h2792.pdf) (Hebrew title: "ניהול סיכוני מודלים"). In force since August 2025. It covers models that use or rely on AI, and vendor models. For AI it stresses fairness and bias, accountability that matches the level of human involvement, explainability, and full documentation, including the data used to develop and validate the model.
Insurers and other institutional bodies: Capital Market, Insurance and Savings Authority
- [Institutional Bodies Circular 2016-9-14 on cyber risk management](https://www.gov.il/BlobFolder/dynamiccollectorresultitem/2016-9-14/he/2016-9-14.pdf) (Hebrew title: "ניהול סיכוני סייבר בגופים מוסדיים") puts cloud use under the outsourcing rules and requires a dedicated risk assessment first. Sensitive or customer data may sit in a cloud abroad only with a provider checked against Israeli privacy regulations and the EU data protection directive, and sensitive data must be encrypted there. For multi-tenant systems it calls for encryption, masking or tokenization.
Everyone who holds personal data
- [Amendment 13 to the Privacy Protection Law](https://www.gov.il/BlobFolder/reports/guide_tikon13_professional/he/tikun%2013%20_170825.pdf) has applied since 14 August 2025. Banks and insurers must appoint a privacy protection officer and an information security officer. Our Amendment 13 guide covers the engineering side.
- The Privacy Protection Authority's draft guideline on AI systems (April 2025) calls a privacy impact assessment before using AI on personal data the best way to show compliance. It also asks for a policy on employee use of external GenAI tools: who may use them, which data may go in, prompt retention and opting out of training.
Where it is heading. In December 2025 an inter-agency team, including the Banking Supervision Department and the Capital Market Authority, published a final report on AI in the financial sector. It proposes treating a third-party AI engagement as outsourcing, keeps legal responsibility with the regulated body, and recommends real-time human involvement for material, high-risk decisions about individuals where no compensating controls exist, plus human oversight of the system as a whole.
Three architectures compared
| Public API, enterprise terms | Private model, Israeli cloud region | On-prem open-weight model | |
|---|---|---|---|
| Setup | A vendor's model API under a business contract | A managed model service in your cloud tenant, pinned to an Israeli region, over private networking | An open-weight model on GPUs in your data center or dedicated private cloud |
| Quality | Newest frontier models | The frontier models offered in-region | Open-weight models. Test them on your own cases |
| Cost | Pay per token | Pay per token or reserved capacity, plus cloud setup | GPUs up front, plus a team to run them |
| Latency | Depends on the vendor's region, often abroad | Low, in-country | Lowest on your network, if sized for peak load |
| Compliance | Data leaves Israel. For banks, sensitive data needs GDPR-level protection | Data stays in Israel when processing is pinned. Still cloud under 362 and 2016-9-14 | Can fall outside 362 as a private cloud. 364, 369 and privacy law still apply |
| Operations | Lightest | Medium: networking, identity, keys, monitoring | Heaviest: GPUs, updates, scaling, patching |
| Best fit | Public content, coding help | Internal knowledge, employee assistants, masked customer data | The most sensitive flows, isolated networks |
Two details decide more than the table shows:
- Verify the Israeli region. Amazon Bedrock has run in AWS's Tel Aviv region since September 2025, and its cross-Region inference sends requests to other regions for processing. On any cloud, check each model's deployment type and log where each request ran.
- Read the vendor terms. Anthropic states that by default it does not train on inputs or outputs from its commercial products, the API included (Anthropic Privacy Center). Check retention and sub-processors for every vendor. Directive 362 holds the provider accountable to the bank, also when it relies on a secondary provider.
Our Enterprise AI assistant follows the middle column: it runs inside the client's Azure tenant, and its services talk over Private Endpoints.



