Control coding agents like Claude Code, Goose, Aider, and Codex with an HTTP API. This plugin allows Dify to interact with a running AgentAPI server.
Author: Steven Lynn
Version: 0.0.1
Type: tool
This plugin allows Dify to interact with an AgentAPI server. AgentAPI provides a unified HTTP interface to control various coding agents like Claude Code, Goose, Aider, and Codex.
With this plugin, you can:
Before using this plugin, you need to set up and run an AgentAPI server.
Download the binary:
Go to the AgentAPI releases page and download the appropriate binary for your operating system.
Make it executable and move to PATH:
Open your terminal, navigate to the download location, and run the following commands:
Start the server:
You can now start the AgentAPI server with your desired agent. For example, to run it with Claude, use:
The server will start on by default.
The plugin provides the following tools:
If you encounter any problems or have suggestions for improvements, please open an issue in the plugin's GitHub repository.