Introduction
Overview
Warden Code is a CLI for scaffolding production-ready AI Agents compatible with Warden.
Generated Agents also support open standards such as the A2A protocol, x402 payments, and ERC-8004 identity, which allows them to function across the broader Agent ecosystem.
This article is a reference covering the main features of Warden Code. For getting started with Agent development, see Build an Agent with Warden Code.
GitHub
Warden Code is available on GitHub: warden-code.
Key features
Agents generated with Warden Code support the following key capabilities:
- Compatibility with Warden
- Discoverability outside of Warden through ERC-8004 Identity Registry
- Interaction with other Agents through the A2A protocol
- Monetization through x402 payments
- Endpoints compatible with the LangGraph Agent Server API
- Built-in frontend that automatically loads the A2A Agent Card and x402 wallets
- The AI-powered build mode allowing you to implement custom Agent logic with an AI assistant
To learn more, see Agent capabilities.