Web Chat
ChannelEmbed a first-party web chat UI backed by your agent.
Setup
The eve CLI scaffolds the full Next.js web chat app alongside agent/channels/eve.ts:
Full install steps live in Eve's Web Chat docs. We do not fork framework setup here.
Agents using Web Chat
Inbound Lead Qualifier
Qualify site visitors conversationally, score fit against your ICP, and hand sales a context-rich lead.
OpenAPI Chat Starter
Chat with any HTTP API in plain English. Ships on Swagger Petstore; swap OPENAPI_SPEC_URL for yours.
Cron Task Starter
A fire-and-forget weekly task as a plain markdown schedule — cron in frontmatter, prompt in the body.
Translator Starter
Paste text, get it back in TARGET_LANGUAGE. Instructions-only — the entire product is the prompt.
Headless API Starter
Drive an agent with curl or eve/client — no chat UI. Demos the default HTTP session protocol.
Evals Playground Starter
A tiny agent plus numbered evals teaching succeeded, calledTool, parked, check, and judge.