Powered by Lunal's Trusted Execution Environments
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:
Run Haystack pipelines directly from your browser:
Chat with OpenAI GPT models running in a TEE:
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?"
}'
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.