create-machines-agent
v0.1.2
Published
Scaffold host-ready Machines agent starter projects
Downloads
149
Readme
create-machines-agent
Scaffold minimal Machines agent starter projects.
Quick Start
npm create machines-agent@latestTemplates
openai-responsesanthropic-messageslangchainplain-node
All templates should prefer the high-level Machines commerce task surface:
machines.agent.browsermachines.agent.buymachines.agent.action_statusmachines.agent.action_confirmmachines.agent.action_submit_3ds
machines.agent.buy uses the user's active Machines card and stored billing profile by default. Pass a card selector only when the user wants a specific saved card.
Wallet Modes
none(default)crossmintprivyopenfort
Examples
npm create machines-agent@latest my-openai-bot -- --template openai-responses --wallet crossmint
npm create machines-agent@latest my-claude-bot -- --template anthropic-messages --wallet privy
npm create machines-agent@latest my-langchain-bot -- --template langchain
npm create machines-agent@latest my-node-bot -- --template plain-node --yes