SoyAgent Documentation
Introduction
SoyAgent is a state-of-the-art autonomous agent framework built with a Zero-Trust security paradigm. Unlike traditional agent frameworks that require direct access to your API keys and file systems, SoyAgent decouples reasoning from execution, ensuring your most sensitive credentials never leave a secured vault.
Core Architectural Concepts
Secret Injection Proxy
A secure interceptor that injects OAuth tokens and API keys at the network layer. The LLM reasoning engine only ever generates unauthenticated intent.
AgentFS
An SQLite-backed virtual file system that provides copy-on-write isolation and kernel-level containment via Linux Mount Namespaces.
Durable Execution
Powered by Trigger.dev, ensuring that complex, multi-day agendas survive server restarts and network failures.
Getting Started
To begin using SoyAgent, you must first configure your Secure Gateway. This gateway handles the federation of identities and manages the connection to your chosen Vault provider (e.g., HashiCorp Vault or AWS KMS).