What is Steward?
Steward is a governance layer for autonomous AI agents. It provides encrypted wallet management, credential storage, policy enforcement, and audit logging — so agents can interact with blockchains and external APIs without ever touching raw private keys or API credentials.Wallet Vault
AES-256-GCM encrypted key storage with multi-chain signing (EVM + Solana). Agents request signatures — they never see private keys.
Secret Vault
Encrypted credential storage with automatic injection. Agents never see API keys — Steward’s proxy injects them at request time.
Policy Engine
Declarative policies evaluated before every action. Spending limits, rate limits, address whitelists, time windows — all configurable per agent.
Audit Logging
Every signing request, every API call, every policy decision is logged. Immutable, queryable, exportable.
The Problem
Today, most agent platforms inject plaintext credentials directly into agent containers:The Solution
With Steward, agent containers only receive two environment variables:Who Uses Steward?
- Milady Cloud — Production deployment managing 17+ AI agents across 6 nodes with on-chain transactions on Base mainnet.
- Agent developers — Anyone building autonomous agents that need wallet access or API credential management.
- Platform operators — Teams running multi-tenant agent hosting who need security, cost control, and compliance.
Quick Links
Quickstart
Get up and running with Steward in 5 minutes.
Architecture
Understand how the three pillars work together.
SDK Reference
Install the TypeScript SDK and start building.
API Reference
Explore the full REST API.