← Tools Reference

DocsBot AI

DocsBot AI integration (AI, Data). Imported from open-connector.

API key5 toolshttps://docsbot.ai/api
GET
docsbot_ai_list_teams
List DocsBot teams visible to the API key user.

/teams

GET
docsbot_ai_get_team
Get a DocsBot team by ID.

/teams/{teamId}

1 parameter
ParamTypeRequiredDescription
teamIdstringrequiredThe DocsBot team ID.
GET
docsbot_ai_list_bots
List DocsBot bots in a team.

/teams/{teamId}/bots

1 parameter
ParamTypeRequiredDescription
teamIdstringrequiredThe DocsBot team ID.
GET
docsbot_ai_get_bot
Get a DocsBot bot by team and bot ID.

/teams/{teamId}/bots/{botId}

2 parameters
ParamTypeRequiredDescription
teamIdstringrequiredThe DocsBot team ID.
botIdstringrequiredThe DocsBot bot ID.
POST
docsbot_ai_semantic_search
Search a DocsBot bot's trained source chunks by natural-language query.

/teams/{teamId}/bots/{botId}/search

9 parameters
ParamTypeRequiredDescription
teamIdstringrequiredThe DocsBot team ID.
botIdstringrequiredThe DocsBot bot ID.
querystringrequiredThe natural-language search query.
top_kintegeroptional
autocutbooleanoptionalWhether to apply autocut grouping, or the number of groups to return.
alphanumberoptional
use_glossarybooleanoptionalWhether DocsBot should apply bot glossary rewrites to the query.
tagsarrayoptional
include_untaggedbooleanoptionalWhether untagged chunks should be included when tags are supplied.