Keep the support stack. Add an action layer.
Dubot is designed to work alongside the tools a CX team already uses. The support platform remains the place where a request is understood. Dubot becomes relevant when resolving that request requires controlled work inside the product.Support platforms
Systems such as Zendesk, Intercom, Salesforce, or a custom support experience can be evaluated as conversational entry points.
Support AI
An AI assistant can identify an eligible action and hand off the context required to begin a reviewed journey.
Your product
Browserbot and the sidepanel help complete the work in the product where the source-of-truth state already lives.
How actions relate to your product
Dubot adds an action layer, not a new backend. A few properties keep the integration surface small.- Configuration, not new code. Actions are defined against the APIs your product already exposes. Dubot does not add new API endpoints.
- Your writes ship from your code. Anything that changes state in the product runs from your own codebase, shipped by your team, not from Dubot.
- It runs where the SDK already is. The action layer operates inside the SDK you install, so there is no separate service for your team to stand up and deploy.
- Reviewable before it runs. Every action is inspectable, in the Actions interface or over MCP, before it is attached to an agent.
Manage Dubot over MCP
Connect an authorized AI client to inspect workspace configuration, prepare
Test changes, review dependencies, and publish approved configuration.