HelpVox for developers

HelpVox runs AI phone and chat agents for online shops. Everything the agent knows and does — the catalogue, orders, conversations, customer requests — is reachable from outside in three ways.

Which one do I need?

  • You run the shop's own system (ERP, WMS, a custom back office) and want it in sync with the agent — use the REST API. Start with the catalogue push and the order webhook.
  • You want to ask questions or do work with an AI assistant — use the MCP server. No code: add the URL, sign in, done.
  • You are a platform serving many merchants and one of them uses HelpVox — write to us for a partner adapter; we share the integration spec directly.

Two lines to see it work

Create an API key in Dashboard → Settings, then:

curl https://www.helpvox.ai/api/v1/me -H "Authorization: Bearer hv_live_..."

Or, with Claude Code and no key at all:

claude mcp add --transport http helpvox https://www.helpvox.ai/mcp