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

@ -21,13 +21,22 @@
"group": "Introduction",
"pages": [
"getting-started/index",
"getting-started/first-agent",
"getting-started/prerequisites",
"getting-started/troubleshooting"
]
}
]
},
{
"group": "Build your First Agent",
"pages": [
"getting-started/first-agent",
"getting-started/trigger-calls-from-your-backend",
"getting-started/send-call-data-with-webhooks",
"getting-started/connect-telephony",
"getting-started/add-tools-and-knowledge-base"
]
},
{
"group": "Core Concepts",
"pages": [