1. Scaffold a new project using `bunx create-aixyz-app my-agent`.
2. Configure the agent metadata, payment address, and skills in `aixyz.config.ts`.
3. Define payment requirements (if any) by exporting `accepts` from `app/agent.ts` or tool files.
4. Write individual tools in the `app/tools/` directory, exporting a Vercel AI SDK `tool`.
5. Define the agent's behavior and integrate the tools in `app/agent.ts`.
6. Set up environment variables in `.env` files for API keys and payment details.
7. Build and deploy the agent to Vercel using `bun run build` and `vercel deploy`.