PulbotDocumentation

What is Pulbot's MCP?


Pulbot's MCP (Model Context Protocol) is a server that exposes Pulbot's capabilities as tools for AI agents like Claude. It allows you to build, modify, and execute Pulbot flows directly from code, terminal, or from an AI agent with MCP access.

When to use it

When you want to automate flow construction, integrate Pulbot into your development pipeline, or give an AI agent the ability to manage Pulbot flows on behalf of a user.

Reference

Protocol
MCP (Model Context Protocol) — Anthropic's open standard for connecting AI models with external tools.
Transport
HTTP with API Key authentication (X-API-Key header).
Available environment
dev.pulbot.com (development). Production at the same base URL.
Access
API Key generated in Profile → API Keys within the Pulbot app.
Primary use
Build complete end-to-end flows from code or from Claude/another AI agent without using the visual interface.

Next step

Learn to configure the MCP client.

¿Necesitas ayuda?