dograh/docs/docs.json
Abhishek ec2f322486
feat: add pre call fetch configuration (#222)
* feat: add pre call fetch configuration

* docs: add NEW tags for pages about new features

---------

Co-authored-by: Sabiha Khan <sabihak89@gmail.com>
2026-04-06 12:30:37 +05:30

266 lines
No EOL
7.8 KiB
JSON

{
"$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",
"icon": "book-open",
"groups": [
{
"group": "Getting started",
"pages": [
{
"group": "Introduction",
"pages": [
"getting-started/index",
"getting-started/prerequisites",
"getting-started/troubleshooting"
]
}
]
},
{
"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"
]
},
{
"group": "Configurations",
"pages": [
"configurations/inference-providers",
"configurations/llm",
"configurations/voice",
"configurations/transcriber",
"configurations/api-keys",
"configurations/interruption",
"configurations/tracing"
]
},
{
"group": "Voice Agent Builder",
"pages": [
"voice-agent/introduction",
"voice-agent/editing-a-workflow",
"voice-agent/pre-recorded-audio",
"voice-agent/template-variables",
"voice-agent/pre-call-data-fetch",
{
"group": "Tools",
"pages": [
"voice-agent/tools/introduction",
{
"group": "Built-in Tools",
"pages": [
"voice-agent/tools/call-transfer",
"voice-agent/tools/end-call"
]
},
{
"group": "Custom Tools",
"pages": [
"voice-agent/tools/http-api"
]
}
]
},
"voice-agent/knowledge-base",
{
"group": "Nodes",
"pages": [
"voice-agent/start-call",
"voice-agent/end-call",
"voice-agent/agent",
"voice-agent/global",
"voice-agent/qa",
"voice-agent/api-trigger",
"voice-agent/webhook"
]
}
]
},
{
"group": "Telephony",
"pages": [
"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"
]
}
]
},
{
"tab": "Developer",
"icon": "code",
"groups": [
{
"group": "Guides",
"pages": [
"developer/workflow-schema",
"developer/webhooks",
"developer/environment-variables"
]
},
{
"group": "Deployment",
"pages": [
"deployment/introduction",
"deployment/docker",
"deployment/custom-domain",
"deployment/web-widget",
"deployment/heroku"
]
},
{
"group": "Contribution",
"pages": [
"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"
]
}
]
},
{
"group": "Authentication & Errors",
"pages": [
"api-reference/overview",
"api-reference/authentication",
"api-reference/errors"
]
}
]
}
]
},
"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"
}
},
"banner": {
"content": "🎉 **New: Gemini Live 3.1 Support** — Try the latest Google Gemini Live 3.1 on Dograh platform. [Learn more →](/configurations/inference-providers#gemini-3-1-live)",
"dismissible": true
},
"search": {
"prompt": "Search for Tools, Webhook, Deployment, etc..."
},
"openapi": "/api-reference/openapi.json",
"customCSS": "/custom.css",
"contextual": {
"options": [
"copy",
"view",
"chatgpt",
"claude",
"perplexity",
"mcp",
"cursor",
"vscode"
]
},
"footer": {
"socials": {
"github": "https://github.com/dograh-hq",
"linkedin": "https://linkedin.com/company/dograh"
}
}
}