2025-04-10 14:40:19 -04:00
{
"$schema" : "https://mintlify.com/docs.json" ,
"theme" : "mint" ,
2025-06-18 15:58:21 -04:00
"name" : "Bytebot - Self-Hosted AI Desktop Agent" ,
2025-04-10 14:40:19 -04:00
"colors" : {
2025-04-10 16:14:37 -04:00
"primary" : "#000000" ,
"light" : "#fbfaf9" ,
"dark" : "#000000"
2025-04-10 14:40:19 -04:00
} ,
"favicon" : "/favicon.svg" ,
"navigation" : {
"tabs" : [
{
2025-06-18 15:58:21 -04:00
"tab" : "Documentation" ,
2025-04-10 14:40:19 -04:00
"groups" : [
{
2025-06-18 15:58:21 -04:00
"group" : "Getting Started" ,
2025-04-10 16:10:32 -04:00
"pages" : [ "introduction" , "quickstart" ]
2025-04-10 14:40:19 -04:00
} ,
2025-07-30 14:54:55 -04:00
{
"group" : "User Guides" ,
"pages" : [
"guides/task-creation" ,
"guides/password-management" ,
"guides/takeover-mode"
]
} ,
2025-06-19 16:03:20 -04:00
{
"group" : "Deployment" ,
2025-07-30 14:54:55 -04:00
"pages" : [
"deployment/railway" ,
"deployment/helm" ,
"deployment/litellm"
]
2025-06-19 16:03:20 -04:00
} ,
2025-04-10 14:40:19 -04:00
{
2025-04-10 16:10:32 -04:00
"group" : "Core Concepts" ,
2025-04-10 14:40:19 -04:00
"pages" : [
2025-04-10 16:10:32 -04:00
"core-concepts/architecture" ,
2025-06-18 15:58:21 -04:00
"core-concepts/agent-system" ,
2025-07-30 14:54:55 -04:00
"core-concepts/desktop-environment" ,
"core-concepts/rpa-comparison"
2025-04-10 14:40:19 -04:00
]
}
]
} ,
{
2025-06-18 15:58:21 -04:00
"tab" : "API Reference" ,
2025-04-10 14:40:19 -04:00
"groups" : [
{
2025-04-10 16:10:32 -04:00
"group" : "Overview" ,
2025-06-18 15:58:21 -04:00
"pages" : [ "api-reference/introduction" ]
2025-04-10 14:40:19 -04:00
} ,
{
2025-06-18 15:58:21 -04:00
"group" : "Agent API" ,
"pages" : [
"api-reference/agent/tasks" ,
"api-reference/agent/ui"
]
} ,
{
"group" : "Computer Control API" ,
"pages" : [
"api-reference/computer-use/unified-endpoint" ,
"api-reference/computer-use/examples"
]
2025-04-10 14:40:19 -04:00
}
]
}
] ,
"global" : {
"anchors" : [
{
2025-04-10 16:10:32 -04:00
"anchor" : "GitHub" ,
"href" : "https://github.com/bytebot-ai/bytebot" ,
"icon" : "github"
} ,
{
"anchor" : "Discord" ,
2025-06-18 15:58:21 -04:00
"href" : "https://discord.gg/zcb5wA2t4u" ,
2025-04-10 16:10:32 -04:00
"icon" : "discord"
2025-04-10 14:40:19 -04:00
} ,
{
2025-04-10 16:10:32 -04:00
"anchor" : "Twitter" ,
"href" : "https://x.com/bytebot_ai" ,
"icon" : "twitter"
2025-04-10 14:40:19 -04:00
} ,
{
"anchor" : "Blog" ,
2025-04-10 16:10:32 -04:00
"href" : "https://bytebot.ai/blog" ,
2025-04-10 14:40:19 -04:00
"icon" : "newspaper"
}
]
}
} ,
"logo" : {
"light" : "/logo/bytebot_transparent_logo_dark.svg" ,
"dark" : "/logo/bytebot_transparent_logo_white.svg"
} ,
"navbar" : {
"links" : [
{
"label" : "Support" ,
2025-07-30 14:54:55 -04:00
"href" : "https://discord.gg/zcb5wA2t4u"
2025-04-10 14:40:19 -04:00
}
] ,
"primary" : {
"type" : "button" ,
2025-06-18 15:58:21 -04:00
"label" : "Get Started" ,
2025-04-10 16:10:32 -04:00
"href" : "https://github.com/bytebot-ai/bytebot"
2025-04-10 14:40:19 -04:00
}
} ,
"footer" : {
"socials" : {
2025-04-10 16:10:32 -04:00
"github" : "https://github.com/bytebot-ai/bytebot" ,
2025-06-18 15:58:21 -04:00
"twitter" : "https://twitter.com/bytebotai" ,
"discord" : "https://discord.gg/zcb5wA2t4u"
2025-04-10 14:40:19 -04:00
}
2025-06-18 15:58:21 -04:00
} ,
"metadata" : {
"og:title" : "Bytebot - Self-Hosted AI Desktop Agent" ,
"og:description" : "Automate any computer task with natural language using your own AI desktop agent" ,
"og:image" : "/images/agent-architecture.png" ,
"twitter:card" : "summary_large_image"
2025-04-10 14:40:19 -04:00
}
2025-06-18 15:58:21 -04:00
}