---
title: Supovia
description: Customer support platform with live chat, shared inboxes, automation, APIs, webhooks, and AI integrations.
canonical: https://www.supovia.com/en/
last-updated: 2026-08-31
---

# Supovia

Supovia helps teams run customer support through an embeddable live-chat widget, shared inboxes, a help-center knowledge base, campaigns, automation, and an AI support agent.

## Start here

- [Developer documentation](https://www.supovia.com/developers.md)
- [REST API reference](https://www.supovia.com/api/)
- [OpenAPI specification](https://www.supovia.com/openapi.json)
- [Authentication guide](https://www.supovia.com/auth.md)
- [Keyless API sandbox](https://api.supovia.com/api/sandbox/documents)
- [MCP server](https://mcp.supovia.com/mcp)
- [Official Supovia CLI](https://www.npmjs.com/package/supovia)
- [Public integration repository](https://github.com/supovia/claude-plugin)
- [Repository agent instructions](https://github.com/supovia/claude-plugin/blob/main/AGENTS.md)
- [Portable Agent Plugin manifest](https://github.com/supovia/claude-plugin/blob/main/plugin.json)
- [Agent skills](https://github.com/supovia/skills/tree/main/skills)
- [Pricing](https://www.supovia.com/en/pricing/)
- [Agent index](https://www.supovia.com/llms.txt)

## CLI quick start

- Install globally: `npm install -g supovia`
- Run without installing: `npx supovia --help`

## Zero-auth sandbox

The sandbox surface needs no signup, credential, or key:

```bash
curl https://api.supovia.com/api/sandbox/documents
```

It returns demonstration help-center documents in the same shape as authenticated document reads, carries the standard `RateLimit` headers, and accepts a demonstration [async summary job](https://www.supovia.com/api.md) at `POST /api/sandbox/documentsummaryjobs`. Production keys come from self-serve signup at https://app.supovia.com/signup — the free tier issues scoped API keys instantly, with no sales or approval step.

## Ask the documentation

The NLWeb endpoint at https://www.supovia.com/ask answers natural-language questions about canonical Supovia documentation with cited results, streaming server-sent events when requested. The same documentation agent is reachable over A2A at https://mcp.supovia.com/a2a, described by the [agent card](https://www.supovia.com/.well-known/agent-card.json).
