Test Dify AI agent workflows with EvalView — verify tool execution, output quality, and detect regressions in visual workflow configurations.
- Sign up at https://cloud.dify.ai/
- Create an Agent or Workflow
- Get your API key from Settings → API Access
- Use the API endpoint provided
# Clone Dify
git clone https://github.com/langgenius/dify.git
cd dify/docker
# Start with Docker Compose
docker compose up -dAccess at: http://localhost:3000
- Go to Studio → Create App → Agent
- Configure your agent with tools
- Publish the agent
- Get API endpoint from "Access API"
export DIFY_API_KEY=app-xxxxx
export DIFY_API_URL=https://api.dify.ai/v1 # or your self-hosted URLevalview run --pattern examples/dify/test-case.yaml- Repo: https://github.com/langgenius/dify
- Cloud: https://cloud.dify.ai/
- Docs: https://docs.dify.ai/
- API Reference: https://docs.dify.ai/guides/application-publishing/developing-with-apis