pipefy-ai-agents
Installation
SKILL.md
AI Agents
Conversational AI agents attached to pipes. Each agent has an agent-level instruction and 1–5 behaviors, each with its own trigger event, prompt, and actions. 7 MCP tools.
For traditional automations and AI automations (prompt-driven), see skills/automations/pipefy-automations/SKILL.md.
Tools
| Tool (MCP) | CLI | Read-only | Purpose |
|---|---|---|---|
get_ai_agents |
pipefy agent list |
Yes | List AI agents for a pipe (repo_uuid = pipe UUID, not numeric id). |
get_ai_agent |
pipefy agent get |
Yes | Full agent config including behaviors. |
create_ai_agent |
pipefy agent create |
No | Create a new conversational agent (active by default; active=false / --inactive to start disabled). |
update_ai_agent |
pipefy agent update |
No | Full-replace (not patch). Always send complete behaviors. Preserves disabled state. |
delete_ai_agent |
pipefy agent delete |
No | (Two-step destructive)[^mcp-confirm] |
toggle_ai_agent_status |
pipefy agent toggle |
No | Explicit activate/deactivate (e.g. --inactive). |
validate_ai_agent_behaviors |
pipefy agent validate-behaviors |
Yes | Pre-flight check before create/update. |