14-day free trial · no card
AI support that only says what your docs say.
Ingest your help articles, drop one script tag on your site, and every answer is grounded in YOUR content — cited, or escalated to a human. No hallucinated refund policies.
For your business
Support that never sleeps — and never improvises.
Your customers ask the same questions every day. supportgrid answers them instantly from your own help content, and hands the rest to your team.
Answers at 2 a.m.
Customers get instant, accurate answers from your own knowledge base, around the clock — with a citation showing exactly which article the answer came from.
It knows when to stop
Off-script questions get an honest “I don't know” and a handoff to your team, not a guess. You choose the trigger words that always reach a human.
One script tag
Paste the widget snippet before </body> and the chat bubble is live — no engineering project, no CDNs, no cookies.
For developers
A grounded-answer API you can trust in production.
One endpoint returns the reply, the citations, and the escalation flag. Everything else — keys, quotas, history, webhooks — is already built.
- Publishable keys, safe in the browser
pk_sg_keys are locked toPOST /v1/chat— anything else returns 403. Ship them in public HTML without worry. - Secret keys for the knowledge base
Manage articles (CRUD + bulk import), conversation history, and escalation settings server-side with
sk_sg_keys — stored hashed, revocable instantly. - Escalation webhooks with reasons A trigger keyword or two consecutive not-covered replies fires your webhook with the trigger reason and the recent transcript, so your human queue has context.
curl -X POST https://supportgrid.yagnotech.com/v1/chat \ -H "authorization: Bearer sk_sg_..." \ -H "content-type: application/json" \ -d '{"message":"How do refunds work?"}' # → 200 OK { "sessionId": "fc76c49a-3200-4541-a0b0-d962440b0198", "reply": "Refunds are issued to your original payment method within 30 days of purchase. Contact support with your order number.", "citations": [ { "articleId": "6a5658730149f76bfd03ee15", "title": "Refund policy" } ], "escalated": false }
<!-- one tag, publishable key — chat-only, browser-safe --> <script src="https://supportgrid.yagnotech.com/widget.js" data-key="pk_sg_..." async></script>
Pricing
Simple plans, metered on messages.
Every plan includes the chat widget, citations, don't-know guardrails, escalation webhooks, and the conversation history API.
Starter
- 500 messages / month
- 50 knowledge-base articles
- Chat widget + publishable keys
- Citations + escalation webhooks
- Conversation history API
Growth
- 3,000 messages / month
- 500 knowledge-base articles
- Chat widget + publishable keys
- Citations + escalation webhooks
- Conversation history API
Scale
- 15,000 messages / month
- Unlimited knowledge-base articles
- Chat widget + publishable keys
- Citations + escalation webhooks
- Conversation history API
Prices in CAD. 14-day trial on every plan, no card. Trials run at Starter limits (500 messages, 50 articles).
FAQ
Questions we hear a lot.
Will it make things up?
Where do answers come from?
POST /v1/articles, plus bulk import for migrating an existing help center). Only articles you've marked as published are used for answering.How does human handoff work?
What does the widget cost my page?
14-day free trial · no card
Put a grounded support agent on your site today.
Sign up, paste your help articles, embed one script tag — first answer in minutes.