Overview
create-aixyz-app is a project scaffolding CLI that generates a new aixyz agent project with the standard directory structure, configuration, and example files.
Usage
- Agent name — Used in
aixyz.config.tsandpackage.json - OpenAI API key — Saved to
.env.local(optional)
Non-Interactive Mode
Skip all prompts with the-y flag:
What Gets Scaffolded
Scripts
The generatedpackage.json includes:
package.json
After Scaffolding
http://localhost:3000 with A2A, MCP, and x402 support ready to go.
Next Steps
Installation
Full walkthrough of setting up your agent.
Project Structure
Understand the generated project layout.