Powered by Lunal's Trusted Execution Environments
This is a LlamaDeploy server running inside a Trusted Execution Environment (TEE). Deploy and run multi-agent agentic workflows with hardware-level security and cryptographic attestation.
TEEs provide a tamper-proof secure boundary where your workflows run. Everything operates within hardware-protected memory that guarantees the following:
Test the deployed workflows directly from your browser:
Basic workflow demonstrating LlamaDeploy fundamentals:
Or use the API programmatically:
curl -X POST https://llama-deploy-demo.lunal.dev/deployments/simple-greeting/tasks/run \
-H "Content-Type: application/json" \
-d '{"input": "{\"name\": \"Alice\", \"language\": \"Spanish\"}"}'
OpenAI-powered query processing with secure API key handling:
Or use the API programmatically:
curl -X POST https://llama-deploy-demo.lunal.dev/deployments/llm-processor/tasks/run \
-H "Content-Type: application/json" \
-d '{"input": "{\"query\": \"Explain quantum computing in simple terms\"}"}'
Collaborative workflow using OpenAI + Anthropic in TEE:
Or use the API programmatically:
curl -X POST https://llama-deploy-demo.lunal.dev/deployments/multi-agent/tasks/run \
-H "Content-Type: application/json" \
-d '{"input": "{\"task\": \"Analyze the benefits of confidential computing\"}"}'
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.