App
BotMape
BotMape is a no-code AI agent platform that helps businesses create, train, and deploy custom AI-powered agents on their websites.
What your agent can do with BotMape
Triggers and actions 1 trigger · 8 actions
- TriggerNew Lead Captured
Triggers when a new lead is captured — either from a chat conversation or added manually.
- ActionAdd agent
Create a new AI agent with custom configuration and personality. POST /api/chatbots
- ActionAdd knowledge base entry
Add training content (FAQ, documentation, policies) to an AI agent; auto-embedded. POST /api/chatbots/:chatbotId/knowledge
- ActionCreate Lead
Creates a new lead in your CRM. Use this to push leads from other tools into your CRM automatically.
- ActionDelete knowledge base entry
Remove a specific knowledge entry from an AI agent's training data. DELETE /api/chatbots/:chatbotId/knowledge/:knowledgeId
- ActionGet agent
Retrieve detailed information about a specific AI agent by ID. GET /api/chatbots/:id
- ActionList agents
Get all AI agents owned by the authenticated user with their configurations. GET /api/chatbots
- ActionList knowledge base entries
Retrieve all knowledge base entries that train an AI agent's responses. GET /api/chatbots/:chatbotId/knowledge
- ActionUpdate agent
Update an existing AI agent's configuration, personality, or appearance. PUT /api/chatbots/:id
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the BotMape API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.