-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
82 lines (82 loc) · 2.33 KB
/
docs.json
File metadata and controls
82 lines (82 loc) · 2.33 KB
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
{
"$schema": "https://mintlify.com/docs.json",
"name": "Agent First",
"theme": "aspen",
"colors": { "primary": "#4a6de5", "light": "#7999f7", "dark": "#ff9d48" },
"logo": {
"light": "/logo/light.png",
"dark": "/logo/dark.png",
"href": "https://agentfirst.dev/"
},
"favicon": "/favicon.ico",
"css": ["/style.css"],
"navigation": {
"groups": [
{ "group": "Introduction", "pages": ["index"] },
{
"group": "API",
"pages": [
"endpoints/search",
"endpoints/browser",
"endpoints/geotargeting",
"endpoints/scheduling",
"endpoints/usage",
"endpoints/pricing",
{
"group": "Reference",
"icon": "book",
"iconType": "light",
"pages": [
{
"group": "Search",
"pages": ["endpoints/reference/search", "endpoints/reference/search/results"]
},
{
"group": "Browsing",
"pages": [
"endpoints/reference/browser",
"endpoints/reference/browser/content",
"endpoints/reference/browser/devices"
]
},
{
"group": "Reporting",
"pages": ["endpoints/reference/usage", "endpoints/reference/user"]
},
{
"group": "Administration",
"pages": [
"endpoints/reference/users",
"endpoints/reference/users/patch",
"endpoints/reference/users/get"
]
}
]
}
]
},
{
"group": "For service providers",
"pages": ["whitelabeling", "admin", "endpoints/usage", "doc"]
}
]
},
"navbar": {
"links": [{ "label": "Help", "href": "mailto:brain@agentfirst.dev" }],
"primary": {
"type": "button",
"label": "Dashboard",
"href": "https://agentfirst.dev/dashboard"
}
},
"footer": {
"socials": {
"github": "https://github.com/agentfirstdev",
"linkedin": "https://www.linkedin.com/company/agentfirstdev/",
"x": "https://x.com/agentfirstdev"
}
},
"contextual": {
"options": ["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]
}
}