Documentation Index
Fetch the complete documentation index at: https://docs.steward.fi/llms.txt
Use this file to discover all available pages before exploring further.
What is Steward?
Steward is a governance layer for autonomous AI agents. It provides encrypted wallet management, credential storage, policy enforcement, API proxy with credential injection, 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.
API Proxy
All external API calls flow through Steward. Credentials injected at the proxy, costs tracked, everything audited.
The Problem
Today, most agent platforms inject plaintext credentials directly into agent containers:The Solution
With Steward, agent containers only receive two environment variables:What’s New
Steward has grown beyond wallet management into a full agent infrastructure platform:- API Proxy — route any HTTP API call through Steward for credential injection, cost tracking, and audit logging
- Webhook events — get notified on
tx.pending,tx.signed,spend.threshold,policy.violation, and more - Approval workflow — large transactions queue for human review; approve or deny via API or the
<ApprovalQueue>component - Control plane config — per-tenant configuration of policy exposure, UI feature flags, themes, and approval rules
- Embeddable React UI — drop
@stwd/reactinto any app for wallet overview, transaction history, policy controls, and approval queues - Local mode — run Steward without any external database using the built-in PGLite (Postgres-in-WASM) backend
- Aggregated dashboard — single API call returns agent balances, spend stats, recent transactions, policy summary, and pending approvals
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.
- Desktop apps — Local mode with PGLite means Steward can run as an embedded sidecar with no external dependencies.
Quick Links
Quickstart
Get up and running with Steward in 5 minutes.
Architecture
Understand how the three pillars work together.
React Components
Drop-in UI for wallet management and policy controls.
Local Mode
Run Steward locally with PGLite — no database required.
SDK Reference
Install the TypeScript SDK and start building.
API Reference
Explore the full REST API.