Haystack LLM Orchestration in a TEE

Powered by Lunal's Trusted Execution Environments

What is this?

We deployed Haystack inside a Trusted Execution Environment (TEE). The full LLM orchestration pipeline runs within hardware-protected confidential VMs so that your prompts and data stay private even from the cloud provider.

TEEs provide a tamper-proof secure boundary where your LLM pipelines run. Everything operates within hardware-protected memory that guarantees the following:

Try it now (1 deployed)

Run Haystack pipelines directly from your browser:

Simple Chat Pipeline

Chat with OpenAI GPT models running in a TEE:

Result

Or use the API programmatically:

curl -X POST https://haystack-demo.lunal.dev/simple_chat/run \
  -H "Content-Type: application/json" \
  -d '{
    "message": "What are TEEs?"
  }'

What is Lunal?

Lunal is the trusted compute company that makes TEEs simple, usable, and scalable. We provide unified software and infrastructure for deploying AI workloads in TEEs with zero configuration.

Learn more about Lunal and why secure AI needs TEEs.