2025-10-04 15:05:07 +05:30
{
"$schema" : "https://mintlify.com/docs.json" ,
"theme" : "mint" ,
"name" : "Dograh AI" ,
"colors" : {
"primary" : "#16A34A" ,
"light" : "#07C983" ,
"dark" : "#15803D"
} ,
"favicon" : "/favicon.ico" ,
"navigation" : {
"tabs" : [
{
"tab" : "Guides" ,
2026-03-14 16:30:02 +05:30
"icon" : "book-open" ,
2025-10-04 15:05:07 +05:30
"groups" : [
{
"group" : "Getting started" ,
"pages" : [
{
"group" : "Introduction" ,
"pages" : [
"getting-started/index" ,
"getting-started/prerequisites" ,
"getting-started/troubleshooting"
]
}
]
} ,
2026-03-14 16:30:02 +05:30
{
"group" : "Core Concepts" ,
"pages" : [
"core-concepts/how-dograh-works" ,
"core-concepts/workflows-and-agents" ,
"core-concepts/calls-and-runs" ,
"core-concepts/context-and-variables" ,
"core-concepts/campaigns"
]
} ,
2025-10-07 17:40:23 +05:30
{
"group" : "Configurations" ,
"pages" : [
2025-12-23 12:59:49 +05:30
"configurations/inference-providers" ,
2025-12-25 15:05:53 +05:30
"configurations/llm" ,
"configurations/voice" ,
"configurations/transcriber" ,
2026-01-03 18:35:35 +05:30
"configurations/api-keys" ,
2026-03-21 13:55:34 +05:30
"configurations/interruption" ,
2026-01-03 18:35:35 +05:30
"configurations/tracing"
2025-12-23 12:59:49 +05:30
]
} ,
{
"group" : "Voice Agent Builder" ,
"pages" : [
"voice-agent/introduction" ,
2025-12-31 13:28:14 +05:30
"voice-agent/editing-a-workflow" ,
2026-03-25 19:11:43 +05:30
"voice-agent/pre-recorded-audio" ,
2025-12-23 12:59:49 +05:30
"voice-agent/template-variables" ,
2026-04-06 12:30:37 +05:30
"voice-agent/pre-call-data-fetch" ,
2026-03-05 09:28:05 +05:30
{
"group" : "Tools" ,
"pages" : [
2026-04-06 12:30:37 +05:30
"voice-agent/tools/introduction" ,
2026-03-05 09:28:05 +05:30
{
"group" : "Built-in Tools" ,
"pages" : [
"voice-agent/tools/call-transfer" ,
"voice-agent/tools/end-call"
]
} ,
{
"group" : "Custom Tools" ,
"pages" : [
"voice-agent/tools/http-api"
]
}
]
} ,
2026-04-06 12:30:37 +05:30
"voice-agent/knowledge-base" ,
2025-12-23 12:59:49 +05:30
{
"group" : "Nodes" ,
"pages" : [
"voice-agent/start-call" ,
"voice-agent/end-call" ,
"voice-agent/agent" ,
"voice-agent/global" ,
2026-03-31 21:44:36 +05:30
"voice-agent/qa" ,
2025-12-23 12:59:49 +05:30
"voice-agent/api-trigger" ,
2026-01-03 10:35:12 +05:30
"voice-agent/webhook"
2025-12-23 12:59:49 +05:30
]
}
2025-10-07 17:40:23 +05:30
]
} ,
2025-12-27 09:25:20 +05:30
{
2026-03-14 16:30:02 +05:30
"group" : "Telephony" ,
2025-12-27 09:25:20 +05:30
"pages" : [
2026-03-14 16:30:02 +05:30
"integrations/telephony/overview" ,
"integrations/telephony/inbound" ,
"integrations/telephony/twilio" ,
"integrations/telephony/vonage" ,
"integrations/telephony/cloudonix" ,
"integrations/telephony/vobiz" ,
"integrations/telephony/asterisk-ari" ,
"integrations/telephony/webhooks" ,
"integrations/telephony/custom"
]
2026-04-17 12:01:57 +05:30
} ,
{
"group" : "Integrations" ,
2026-04-21 07:56:16 +05:30
"tag" : "NEW" ,
2026-04-17 12:01:57 +05:30
"pages" : [
"integrations/mcp"
]
2026-03-14 16:30:02 +05:30
}
]
} ,
{
"tab" : "Developer" ,
"icon" : "code" ,
"groups" : [
{
"group" : "Guides" ,
"pages" : [
"developer/workflow-schema" ,
"developer/webhooks" ,
"developer/environment-variables"
2025-12-27 09:25:20 +05:30
]
} ,
2026-04-21 07:56:16 +05:30
{
"group" : "SDKs" ,
"tag" : "NEW" ,
"pages" : [
"sdks/introduction" ,
"sdks/build-an-agent" ,
"sdks/outbound-calls"
]
} ,
2025-11-20 21:33:05 +05:30
{
"group" : "Deployment" ,
"pages" : [
2025-12-23 12:59:49 +05:30
"deployment/introduction" ,
2025-11-20 21:33:05 +05:30
"deployment/docker" ,
"deployment/custom-domain" ,
2026-04-21 08:49:48 +05:30
"deployment/update" ,
2025-12-27 13:17:35 +05:30
"deployment/web-widget" ,
2025-11-20 21:33:05 +05:30
"deployment/heroku"
]
} ,
2025-10-07 17:40:23 +05:30
{
2026-03-14 16:30:02 +05:30
"group" : "Contribution" ,
2025-10-07 17:40:23 +05:30
"pages" : [
2026-03-14 16:30:02 +05:30
"contribution/introduction" ,
"contribution/setup"
]
}
]
} ,
{
"tab" : "API Reference" ,
"icon" : "square-terminal" ,
"groups" : [
{
"group" : "Resources" ,
"pages" : [
{
"group" : "API Keys" ,
"pages" : [
"api-reference/api-keys" ,
"api-reference/api-keys/create" ,
"api-reference/api-keys/list" ,
"api-reference/api-keys/archive" ,
"api-reference/api-keys/reactivate"
]
} ,
{
"group" : "Agents" ,
"pages" : [
"api-reference/agents" ,
"api-reference/agents/create-from-definition" ,
"api-reference/agents/create-from-template" ,
"api-reference/agents/list" ,
"api-reference/agents/count" ,
"api-reference/agents/get" ,
"api-reference/agents/update" ,
"api-reference/agents/archive" ,
"api-reference/agents/validate" ,
{
"group" : "Runs" ,
"pages" : [
"api-reference/agents/runs/create" ,
"api-reference/agents/runs/list" ,
"api-reference/agents/runs/get"
]
}
]
} ,
{
"group" : "Calls" ,
"pages" : [
"api-reference/calls" ,
"api-reference/calls/trigger" ,
"api-reference/calls/initiate" ,
"api-reference/calls/get-run" ,
"api-reference/calls/download" ,
"api-reference/calls/inbound"
]
} ,
{
"group" : "Campaigns" ,
"pages" : [
"api-reference/campaigns" ,
"api-reference/campaigns/upload-contacts" ,
"api-reference/campaigns/create" ,
"api-reference/campaigns/list" ,
"api-reference/campaigns/get" ,
"api-reference/campaigns/update" ,
"api-reference/campaigns/start" ,
"api-reference/campaigns/pause" ,
"api-reference/campaigns/resume" ,
"api-reference/campaigns/progress" ,
"api-reference/campaigns/runs"
]
}
2025-10-07 17:40:23 +05:30
]
} ,
2025-10-04 15:05:07 +05:30
{
2026-03-14 16:30:02 +05:30
"group" : "Authentication & Errors" ,
2025-10-04 15:05:07 +05:30
"pages" : [
2026-03-14 16:30:02 +05:30
"api-reference/overview" ,
"api-reference/authentication" ,
"api-reference/errors"
2025-10-04 15:05:07 +05:30
]
}
]
}
]
} ,
"logo" : {
"light" : "/logo/light.svg" ,
"dark" : "/logo/dark.svg" ,
"href" : "https://docs.dograh.com"
} ,
"navbar" : {
"links" : [
{
"label" : "Support" ,
"href" : "https://github.com/dograh-hq/dograh/issues/new/choose"
}
] ,
"primary" : {
"type" : "button" ,
"label" : "Dashboard" ,
"href" : "https://app.dograh.com"
}
} ,
2026-03-25 19:11:43 +05:30
"banner" : {
2026-04-21 07:56:16 +05:30
"content" : "🎉 **New: MCP Server & SDKs Released** — Drive Dograh from Claude, Cursor, or your own Python/TypeScript code. [MCP →](/integrations/mcp) · [SDKs →](/sdks/introduction)" ,
2026-03-25 19:11:43 +05:30
"dismissible" : true
} ,
2025-12-31 13:28:14 +05:30
"search" : {
2026-01-03 10:35:12 +05:30
"prompt" : "Search for Tools, Webhook, Deployment, etc..."
2025-12-31 13:28:14 +05:30
} ,
2026-03-14 16:30:02 +05:30
"openapi" : "/api-reference/openapi.json" ,
2025-12-31 13:28:14 +05:30
"customCSS" : "/custom.css" ,
2025-10-04 15:05:07 +05:30
"contextual" : {
"options" : [
2026-03-14 16:30:02 +05:30
"copy" ,
"view" ,
"chatgpt" ,
"claude" ,
"perplexity" ,
"mcp" ,
"cursor" ,
"vscode"
]
2025-10-04 15:05:07 +05:30
} ,
"footer" : {
"socials" : {
"github" : "https://github.com/dograh-hq" ,
"linkedin" : "https://linkedin.com/company/dograh"
}
}
2026-03-14 16:30:02 +05:30
}