docs: add video-embedded getting-started pages for API Trigger, Webhook, Telephony, Tools & KB (#535)

* docs: add video-embedded getting-started pages for API Trigger, Webhook, Telephony, Tools & Knowledge Base

Four new tutorial pages inserted after Your First Agent in 5 Minutes, each
pairing a walkthrough video with a step-by-step practical guide sourced
from the recorded demo: Trigger Calls Automatically (API Trigger), Send
Call Data Back Automatically (Webhook), Connect Your Phone Number
(Twilio telephony), and Give Your Agent Real Data (HTTP tools + KB).

* docs: address greptile review feedback on PR #535

* docs: link Twilio Verified Caller IDs page directly

* Restructure the documents

* docs: embed agent builder walkthrough video on first-agent page

* docs: match link text to renamed Connect with Telephony title

* docs: warn that default outbound telephony config is required for API Trigger

---------

Co-authored-by: Abhishek Kumar <abhishek@a6k.me>
This commit is contained in:
Rushil 2026-07-15 18:37:52 +05:30 committed by GitHub
parent 01acf6ac30
commit c650ccc5dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 302 additions and 1 deletions

View file

@ -5,6 +5,14 @@ description: "Build and talk to a working voice agent in five minutes using Web
This is the fastest path to a working voice agent. You'll create an agent, get a generated conversation flow, and talk to it in your browser — no phone number, no telephony provider, no configuration.
<iframe
className="w-full aspect-video rounded-xl"
src="https://www.youtube.com/embed/sGcOFhH8gxI"
title="How to Build Your First Voice Agent in Dograh"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen
></iframe>
<Note>
Using the hosted platform, go to [app.dograh.com](https://app.dograh.com). Self-hosting locally? Use `http://localhost:3010` instead, and follow [Getting Started](/getting-started) first to get the platform running.
</Note>