Quickstart
Using your own instance? Start with Self-Hosting, Docker Deployment, or the root deployment guide. The project also runs
api.steward.fi for trusted testers.@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.