Skip to main content

Requirements

  • Node.js 18+
  • TypeScript 5+ (recommended)

Install

kenpachi uses Zod for tool schemas — install both:

API keys

Set environment variables for the provider you use:
In Node, load them with process.env.ANTHROPIC_API_KEY — or use a .env file with your preferred loader (dotenv, etc.).

Verify the install

If that prints a response, you’re ready for the Quickstart.