DocsBot AI

Integrate DocsBot AI with your AI workspace

DocsBot AI enables the creation of custom chatbots trained on your documentation, facilitating automated customer support and content generation.

Explore Triggers and Actions

Capture Conversation Lead

Tool to capture lead information by updating conversation metadata and saving the lead. Works whether or not the conversation has been created yet.

ActionTry it

Create Bot

Tool to create a new bot within a team. Use when you have a valid team ID and want to provision a new bot.

ActionTry it

Create Bot Source

Tool to create a new source for a bot. Sources can be URLs, files, sitemaps, and other types. Use when you have content to add to a bot's knowledge base. For file-based sources, first upload the file using the Upload File to Cloud Storage action.

ActionTry it

Create Webhook

Tool to create a new webhook subscription for a bot. Use when you want to receive real-time notifications for specific events (lead.created, deep_research.done, conversation.escalated, conversation.rated). The target URL must be publicly accessible and support HTTPS.

ActionTry it

Delete Bot

Tool to delete a specific bot by its ID. Use after confirming the bot ID is correct to permanently remove a bot from the system.

ActionTry it

Delete Conversation

Tool to delete a specific conversation by its ID. Use after confirming the conversation ID is correct to permanently remove a conversation. Requires edit permission.

ActionTry it

Delete Lead

Tool to delete a specific lead by ID. Use after confirming the lead ID to permanently remove a lead record from the system.

ActionTry it

Delete Question

Tool to delete a specific question from history. Use after confirming the question ID to permanently remove a question log entry from the system.

ActionTry it

Delete Source

Tool to delete a specific source from a bot by its ID. Use after confirming the source ID is correct to permanently remove a source from the bot's knowledge base.

ActionTry it

Delete Webhook

Tool to delete a webhook (unsubscribe) by its ID. Use after confirming the webhook ID is correct to permanently remove a webhook subscription.

ActionTry it

Generate Conversation Ticket

Generates a structured support ticket from a Chat Agent conversation. Use this tool to convert an existing bot conversation into a formatted helpdesk ticket containing a subject line and message body written from the user's perspective. Prerequisites: - Requires a conversation created via the Chat Agent API (not the legacy Chat API) - Requires Standard plan or higher - The conversation must exist and be accessible with the provided credentials

ActionTry it

Get Bot Details

Tool to fetch details of a specific bot by ID within a team. Use after confirming valid team and bot IDs.

ActionTry it

Get Bot Monthly Reports

Tool to retrieve monthly statistical reports for a bot. Returns question resolution metrics for a selected month. Use this to analyze bot performance and track question resolution trends over time.

ActionTry it

Get Bot Statistics

Tool to retrieve comprehensive statistics and analytics for a bot over a time period or date range. Returns key metrics (resolution rate, deflection rate, time saved), time series data for questions and ratings, distribution data for feedback and escalations, and agent mode conversation analytics. Use after confirming valid team and bot IDs from List Teams and List Bots actions.

ActionTry it

Get Source Details

Tool to retrieve detailed information about a specific source by its ID. Use when you need complete metadata about a source including indexed URLs, FAQs, and processing status.

ActionTry it

Get Team Details

Tool to fetch details of a specific team by its ID. Use when you need full team info including members and settings after confirming the team ID.

ActionTry it

Get Upload URL

Get a presigned upload URL for uploading files as sources. Use this before uploading large files to DocsBot. The workflow is: 1) Get upload URL, 2) Upload file to the URL, 3) Create source with the file path.

ActionTry it

Get Webhook Details

Tool to retrieve details of a specific webhook by ID. Use when you need webhook configuration, delivery status, or subscription details.

ActionTry it

List Bot Conversations

Tool to list conversation history for a bot with pagination. Returns a limited subset of conversation properties including titles, timestamps, sentiment, and status. Use this to discover conversations before retrieving full details.

ActionTry it

List Bot Leads

Tool to list captured leads for a bot with pagination and date filtering. Use after confirming valid team and bot IDs. Example: "List leads for bot abc123 starting from 2024-01-01."

ActionTry it

List Bot Sources

Retrieves a paginated list of all sources for a specific bot within a team. Sources are the content (URLs, files, sitemaps, etc.) that have been indexed for the bot's knowledge base. Use this to see what data sources a bot has been trained on.

ActionTry it

List Bot Webhooks

List all registered webhooks for a bot. Returns webhook configurations including target URLs, subscribed events, and status. Use this action to discover configured webhooks before creating, updating, or deleting them.

ActionTry it

List Questions

Tool to list all questions asked of a specific bot. Use after confirming the bot's identifier. Example: "List questions for bot abc123 with status 'unanswered'."

ActionTry it

List Research Jobs

Tool to list all deep research jobs for a bot with pagination support. Use after confirming valid team and bot IDs. Returns details about each research job including status, question, and timestamps.

ActionTry it

List Team Bots

List all bots for a given team. Returns detailed information about each bot including configuration, statistics, and status. Use this action to discover available bots before performing operations like getting bot details or listing sources.

ActionTry it

List Team Members

Tool to list all members of a team including their roles. Use when you need to see who has access to a team and their permission levels.

ActionTry it

List Teams

Tool to list all teams. Use when you need to retrieve every team associated with the authenticated user.

ActionTry it

Rate Answer

Tool to rate an answer from chat APIs as positive (1), neutral (0), or negative (-1). Use when recording user feedback on bot responses for statistics shown in chat logs.

ActionTry it

Refresh Source

Tool to refresh a source to re-index its content. Use when a source needs to be updated with the latest content from its origin. Only works with failed sources for retry purposes.

ActionTry it

Semantic Search Bot Content

Tool to perform semantic search on a bot's indexed content. Returns the most relevant source chunks for a query. Use when you need to search the bot's knowledge base without triggering a full conversation.

ActionTry it

Test Escalated Webhook

Tool to trigger a test delivery of the conversation.escalated webhook. Use to verify webhook configuration is working correctly.

ActionTry it

Test Lead Webhook

Tool to trigger a test lead webhook delivery. Use when you need to test webhook integration for lead capture events. Requires owner or admin permissions.

ActionTry it

Test Research Webhook

Tool to trigger a deep research webhook delivery test. Use to verify webhook configurations are working correctly.

ActionTry it

Trigger Rated Webhook Test

Tool to trigger a conversation.rated webhook delivery test for a specific bot. Use when you need to test webhook integration for conversation rating events.

ActionTry it

Update Bot

Update a bot's configuration settings such as name, description, model, temperature, and appearance. Only fields provided in the request will be modified; omitted fields remain unchanged. Requires valid team_id and bot_id. Use LIST_BOTS to find available bot IDs first.

ActionTry it

Update Team

Tool to update specific fields for a team. Use after confirming the team ID when you need to change the team's name or OpenAI API key. Returns the updated team record.

ActionTry it

Update Webhook

Tool to update a webhook's status, target URL, label, or expiration date. Use when you need to modify webhook configuration. Requires valid team_id, bot_id, and webhook_id. Only provided fields will be updated.

ActionTry it

Upload File to Cloud Storage

Upload a file to cloud storage via a presigned URL. Use this tool after obtaining a presigned upload URL from the DocsBot API (GET /teams/:teamId/bots/:botId/upload-url?fileName=FILENAME). The workflow is: 1. Get presigned URL from DocsBot upload-url endpoint 2. Use this tool to upload the file to the presigned URL 3. Create a source using the 'file' path returned from step 1

ActionTry it