Prerequisites
- Bun 1.3.9 or later
- An API key for your preferred LLM provider (e.g., OpenAI)
- Node.js 18+ (optional, for Vercel deployment)
Create a New Project
Scaffold a new agent project withcreate-aixyz-app:
-y to skip interactive prompts and use defaults:
Project Structure
The scaffolded project follows the standard aixyz layout:aixyz.config.ts file is the central configuration. The app/ directory contains your agent logic, tools, and optional server overrides.
Run the Dev Server
Start the development server with hot reload:aixyz dev, which watches app/ and aixyz.config.ts for changes and automatically restarts the server. Your agent is available at http://localhost:3000.
Test Your Endpoints
Verify the agent card:http://localhost:3000/mcp for MCP-compatible clients.