Skip to main content
These templates are working examples in the examples/ directory. Each follows the standard aixyz app/ directory structure and can be run locally.

Running a Template

cd examples/agent-boilerplate
bun install
bun run dev
The agent starts at http://localhost:3000 with all protocol endpoints enabled.

Basic

Standard agents using app/agent.ts + app/tools/. No custom server — the server is auto-generated by the build pipeline. Start here.

Advanced

Custom server wiring, bring-your-own payment facilitator, and testing patterns. These templates demonstrate how to take full control of the aixyz server.