dograh/docs/docs.json

282 lines
8.2 KiB
JSON
Raw Normal View History

{
"$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": [
2025-12-23 12:59:49 +05:30
"configurations/inference-providers",
"configurations/llm",
"configurations/voice",
"configurations/transcriber",
2026-01-03 18:35:35 +05:30
"configurations/api-keys",
"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",
"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",
"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",
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
]
}
]
},
{
"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"
]
2026-04-17 12:01:57 +05:30
},
{
"group": "Integrations",
"tag": "NEW",
2026-04-17 12:01:57 +05:30
"pages": [
"integrations/mcp"
]
}
]
},
{
"tab": "Developer",
"icon": "code",
"groups": [
{
"group": "Guides",
"pages": [
"developer/workflow-schema",
"developer/webhooks",
"developer/environment-variables"
]
},
{
"group": "SDKs",
"tag": "NEW",
"pages": [
"sdks/introduction",
"sdks/build-an-agent",
"sdks/outbound-calls"
]
},
{
"group": "Deployment",
"pages": [
2025-12-23 12:59:49 +05:30
"deployment/introduction",
"deployment/docker",
"deployment/custom-domain",
2025-12-27 13:17:35 +05:30
"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"
}
},
2026-03-25 19:11:43 +05:30
"banner": {
"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
},
"search": {
2026-01-03 10:35:12 +05:30
"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"
}
}
}