Section 01
Enclave: Guide to the Privacy-First AI Agent Platform Based on TEE
Enclave is a privacy-first AI agent platform that fully places LLM inference and tool execution within a Trusted Execution Environment (TEE), aiming to address data privacy pain points in AI agent applications. It uses cryptographic proof to ensure that user data, prompts, and task contexts do not leave the secure enclave in plaintext. The core technology is based on TEE implementations like AWS Nitro Enclave. The project is maintained by hackingsage, with source code available on GitHub (link: https://github.com/hackingsage/Agentic-AI-TEE), and was released on May 25, 2026.