Quickstart
This guide walks you through creating your first agent with an encrypted wallet, setting policies, and signing a transaction — all using the@stwd/sdk.
1. Install the SDK
2. Initialize the Client
You’ll receive your tenant API key when your tenant is created. This key authenticates all tenant-level operations (agent CRUD, policy management). See API Overview for authentication details.
3. Create an Agent with a Wallet
4. Set Policies
Before an agent can sign transactions, it needs policies. Steward uses default deny — without policies, all operations are rejected.5. Sign a Transaction
6. Check Balance
What’s Next?
Architecture
Understand Steward’s three-pillar design.
Policy Guide
Learn about all policy types and configurations.
ElizaOS Plugin
Integrate Steward into an ElizaOS agent.
Self-Hosting
Deploy your own Steward instance.