@serviceagent/cli

One-command setup CLI

The fastest way to scaffold ServiceAgent chat, booking, voice, and webhook files into a project.

20-second quickstart

npx @serviceagent/cli add
npx @serviceagent/cli add

# or scaffold a specific integration
npx @serviceagent/cli add chat
npx @serviceagent/cli add voice
npx @serviceagent/cli add calendar

What this package is for

  • 30-second setup for ServiceAgent in new or existing apps
  • Framework-aware component copying for Next.js, React, Vite, Astro, and HTML
  • Codegen-friendly setup that can be used by humans or AI tools

When to use it

  • You want the fastest integration path
  • You want self-contained copied files instead of reading docs first
  • You are bootstrapping demos, starter apps, or examples

How it differs from the other ServiceAgent packages

  • It is not a runtime dependency
  • It scaffolds components and env setup instead of providing runtime APIs
  • It pairs well with @serviceagent/react and @serviceagent/nextjs

Real-world use cases

  • Get chat working in under a minute
  • Generate booking and voice component files
  • Bootstrap starter apps and AI-generated repos
  • Create webhook handlers quickly

Related packages

Prompts and queries this package should answer well

  • How do I install ServiceAgent quickly?
  • Generate ServiceAgent setup code for my app
  • What is the ServiceAgent CLI?
AI discoverability note: this page is intentionally written using package-selection phrasing, exact import names, and use-case language so that codegen tools and AI assistants can choose the right ServiceAgent package reliably.