BotMape

BotMape provides APIs for creating and managing AI agents, knowledge bases, conversations, messages, and usage analytics.

8 actions Integration catalog
Request access
Connect BotMape once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Add KnowledgeBOTMAPE_ADD_KNOWLEDGE
Add and automatically embed training content in one AI agent's knowledge base, optionally with source or categorization metadata.
Create AI Agent (No API Delete)BOTMAPE_CREATE_AI_AGENT
Permanently create a BotMape AI agent. BotMape provides no documented delete-agent API, so this toolkit cannot remove it afterward, and creation may permanently consume a plan-limited agent slot. Requires explicit confirmation that a lasting agent is intended.
Delete Knowledge EntryBOTMAPE_DELETE_KNOWLEDGE_ENTRY
Permanently delete one knowledge-base entry from an AI agent using both the agent ID and knowledge entry ID.
Get AI AgentBOTMAPE_GET_AI_AGENT
Return the detailed configuration, behavior prompt, appearance, and active state of one AI agent by ID.
Get Platform AnalyticsBOTMAPE_GET_PLATFORM_ANALYTICS
Return account-wide BotMape message and conversation totals, daily activity, averages, and per-agent statistics.
List AI AgentsBOTMAPE_LIST_AI_AGENTS
Return all AI agents owned by the connected BotMape account, including the IDs needed by single-agent, chat, and knowledge tools.
List Knowledge EntriesBOTMAPE_LIST_KNOWLEDGE_ENTRIES
Return all knowledge-base entries currently attached to one AI agent, including entry IDs needed for deletion.
Send Message to AI AgentBOTMAPE_SEND_MESSAGE_TO_AI_AGENT
Immediately send a visitor message to an AI agent, creating a conversation or continuing the supplied conversation, and return the generated reply. This permanently adds chat history.