dograh/docs
nuthalapativarun d675fd1fda
feat(twilio): add Answering Machine Detection (AMD) support via telephony config (#443)
* feat(twilio): add Answering Machine Detection (AMD) support via telephony config

Closes #339

* chore: regenerate OpenAPI spec to fix drift-check

The openapi.json snapshot had drifted from the FastAPI app definition
because main gained new organization endpoints (billing, credits,
context) after this branch was created. Regenerate it with
'python -m scripts.dump_docs_openapi' to bring it back in sync.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* feat: add provider-level AMD hooks

* fix: handle db error while persisting amd result

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Sabiha Khan <sabihak89@gmail.com>
Co-authored-by: Sabiha Khan <87858386+chewwbaka@users.noreply.github.com>
2026-06-25 14:45:13 +05:30
..
api-reference feat(twilio): add Answering Machine Detection (AMD) support via telephony config (#443) 2026-06-25 14:45:13 +05:30
configurations chore: update documentation 2026-06-19 18:11:35 +05:30
contribution chore: add dograh plugin in documentations 2026-06-16 19:17:09 +05:30
core-concepts chore: update docs for pre-call data fetch 2026-06-05 14:16:56 +05:30
deployment Harden Docker service credential setup 2026-06-21 13:44:31 +05:30
developer feat: support other s3 sig versions so it works with s3 (#461) 2026-06-24 18:36:34 +05:30
getting-started chore: add dograh plugin in documentations 2026-06-16 19:17:09 +05:30
images docs: update Tuner integration to use Dograh provider (#457) 2026-06-19 22:41:40 +05:30
integrations docs: update Tuner integration to use Dograh provider (#457) 2026-06-19 22:41:40 +05:30
logo chore: Update README and add Mintlify docs 2025-10-04 15:05:07 +05:30
sdks feat: refactor node spec and add mcp tools (#244) 2026-04-21 07:56:16 +05:30
voice-agent chore: update docs for pre-call data fetch 2026-06-05 14:16:56 +05:30
AGENTS.md chore: refactor AGENTS.md 2026-05-20 15:56:52 +05:30
CLAUDE.md chore: refactor AGENTS.md 2026-05-20 15:56:52 +05:30
custom.css style(docs): add custom green scrollbar (#434) 2026-06-20 15:10:08 +05:30
docs.json feat: enable stack auth config from backend 2026-06-18 14:17:28 +05:30
favicon.ico chore: Update README and add Mintlify docs 2025-10-04 15:05:07 +05:30
README.md chore: Update README and add Mintlify docs 2025-10-04 15:05:07 +05:30

Dograh AI Documentation

Local Setup

  1. Install mintlify npm i -g mint
  2. Clone the repository
  3. cd dograh/docs and run mint dev