ServiceAgent × Bolt.new
AI chat, voice, and calendar in your Bolt project — 30 seconds, no portal.
`@serviceagent/cli` works inside Bolt.new — provisions a demo workspace, drops `<Chat />` / `<CalendarBooking />` / `<VoiceAgent />` into your StackBlitz environment, and attributes installs to Bolt automatically.
Drop-in Bolt prompt
Pre-baked Bolt prompt
Code
Add ServiceAgent to my Bolt.new project. Run:
npx @serviceagent/cli add all --source bolt
Then drop these on the home page:
import { Chat, CalendarBooking, VoiceAgent } from '@serviceagent/react';
<Chat />
<CalendarBooking bookingKey={import.meta.env.VITE_SERVICEAGENT_BOOKING_KEY} />
When ready: npx @serviceagent/cli claim --email me@company.comBolt installs land at /v1/install/start?platform=bolt so analytics is on by default.
Working starter
serviceagent-starters/bolt ships a Vite + React project with all three surfaces wired in. Open in Bolt or StackBlitz with the deep-link button on the GitHub README.
Environment variables
Code
VITE_SERVICEAGENT_WIDGET_KEY=wid_...
VITE_SERVICEAGENT_API_URL=https://process.serviceagent.ai
VITE_SERVICEAGENT_BOOKING_KEY=...
VITE_SERVICEAGENT_VOICE_ENDPOINT=wss://process.serviceagent.ai/v1/voice/stream
SERVICEAGENT_API_KEY=... # written by claim, server-side only