LlamaDeploy Agentic Workflows in a TEE

Powered by Lunal's Trusted Execution Environments

What is this?

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:

Try it now (3 deployed)

Test the deployed workflows directly from your browser:

Simple Greeting Workflow

Basic workflow demonstrating LlamaDeploy fundamentals:

Result

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\"}"}'

LLM Processor Workflow

OpenAI-powered query processing with secure API key handling:

Result

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\"}"}'

Multi-Agent System

Collaborative workflow using OpenAI + Anthropic in TEE:

Result

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\"}"}'

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.