Use this file to discover all available pages before exploring further.
Preview Feature — the Claude Code Plugin is currently in the preview phase. Functionality and API can still
be changed. We appreciate feedback!
The Enneo Claude Code Plugin connects Claude Code to your Enneo instance. It lets you build and debug integrations — rule-based agents, UDFs, event hooks, settings — using natural language, while Claude handles the API calls.
Build agents faster
Write, preview, and test executor code against real ticket data without leaving the terminal.
Debug AI processing
Trace why an agent fired (or didn’t), inspect intent lifecycle, and replay processing on any ticket.
Explore settings
Browse and update instance configuration, subchannels, and auto-processing rules conversationally.
Manage UDFs & hooks
Create, update, and test user-defined functions and event hooks with live feedback.
Show me all existing rule-based agents and their executor languages
Get the full source code of the "Contract Termination" agent
Create a new agent called "Change Address" that extracts a new postal addressfrom the customer message, validates it, and sends a confirmation reply.Use Python. Channel: email.
Preview agent #42 on ticket #1234 — show me what data it would extractand what options it would offer, without making any changes