generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmint.json
131 lines (131 loc) · 3.25 KB
/
mint.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "Chat Engine",
"logo": {
"dark": "/logo/krkn-dark.svg",
"light": "/logo/krkn-light.svg"
},
"favicon": "/logo/krkn-dark.svg",
"colors": {
"primary": "#0D9373",
"light": "#07C983",
"dark": "#0D9373",
"anchors": {
"from": "#0D9373",
"to": "#07C983"
}
},
"topbarCtaButton": {
"name": "Dashboard",
"url": "https://dashboard.mintlify.com"
},
"tabs": [
{
"name": "Documentation",
"url": "documentation"
},
{
"name": "API Reference",
"url": "api-reference"
}
],
"navigation": [
{
"group": "Introduction",
"pages": [
"documentation/introduction"
]
},
{
"group": "General",
"pages": [
"documentation/general/how-it-works",
"documentation/general/pricing"
]
},
{
"group": "Quickstart",
"pages": [
"documentation/quickstart/dashboard",
"documentation/quickstart/inbound-calling"
]
},
{
"group": "Providers",
"pages": [
"documentation/providers/chat",
"documentation/providers/voice",
"documentation/providers/whatsapp"
]
},
{
"group": "agents",
"pages": [
"api-reference/agents/get-all-agents",
"api-reference/agents/create-a-new-agent",
"api-reference/agents/get-an-agent-by-id",
"api-reference/agents/delete-an-agent",
"api-reference/agents/update-an-agent",
"api-reference/agents/remove-tool-from-agent",
"api-reference/agents/remove-knowledge-store-from-agent"
]
},
{
"group": "models",
"pages": [
"api-reference/models/get-all-models",
"api-reference/models/create-a-new-model",
"api-reference/models/get-a-model-by-id",
"api-reference/models/delete-a-model",
"api-reference/models/update-a-model"
]
},
{
"group": "chat",
"pages": [
"api-reference/chat/list-chat-sessions",
"api-reference/chat/create-a-new-chat-session",
"api-reference/chat/list-all-messages-of-the-chat",
"api-reference/chat/send-a-message-to-the-chat",
"api-reference/chat/get-a-chat-session-by-id",
"api-reference/chat/close-a-chat-session",
"api-reference/chat/get-chat-by-agent-id"
]
},
{
"group": "meters",
"pages": [
"api-reference/meters/get-meters"
]
},
{
"group": "tools",
"pages": [
"api-reference/tools/get-all-tools",
"api-reference/tools/create-a-new-tool",
"api-reference/tools/get-a-tool-by-id",
"api-reference/tools/delete-a-tool",
"api-reference/tools/update-an-existing-tool"
]
},
{
"group": "API Reference",
"pages": [
"api-reference/get-apiv1health",
"api-reference/get-all-user-stats",
"api-reference/get-all-user-stats-1"
]
}
],
"footerSocials": {
"x": "https://x.com/mintlify",
"github": "https://github.com/mintlify",
"linkedin": "https://linkedin.com/company/mintlify"
},
"openapi": "https://krkn-server.actualize.ae/api/api/v1/docs/json",
"api": {
"baseUrl": "https://krkn-server.actualize.ae/api",
"auth": {
"method": "bearer"
}
}
}