Official resources, documentation, and community links for Dify.
| Resource |
URL |
Description |
| Official Website |
https://dify.ai |
Main Dify website |
| Documentation |
https://docs.dify.ai |
Official documentation |
| Getting Started |
https://docs.dify.ai/getting-started |
Quick start guides |
| Installation |
https://docs.dify.ai/getting-started/install-self-hosted |
Self-hosted installation |
| Cloud Platform |
https://cloud.dify.ai |
Managed Dify service |
| Resource |
URL |
Description |
| GitHub Repository |
https://github.com/langgenius/dify |
Source code (134k+ stars) |
| Releases |
https://github.com/langgenius/dify/releases |
Release notes and downloads |
| Issues |
https://github.com/langgenius/dify/issues |
Bug tracking |
| Discussions |
https://github.com/langgenius/dify/discussions |
Community discussions |
| Security Advisories |
https://github.com/langgenius/dify/security |
Security updates |
| Resource |
URL |
Description |
| Discord |
https://discord.gg/dify |
Official Discord server |
| GitHub Discussions |
https://github.com/langgenius/dify/discussions |
Community Q&A |
| GitHub Issues |
https://github.com/langgenius/dify/issues |
Bug reports and features |
| Platform |
Handle/URL |
Description |
| Twitter/X |
@dify_ai |
Official updates |
| LinkedIn |
/company/dify |
Company updates |
| Method |
Link |
Description |
| Docker Compose |
https://docs.dify.ai/getting-started/install-self-hosted/docker-compose |
Recommended for most users |
| Kubernetes (Helm) |
https://docs.dify.ai/getting-started/install-self-hosted/helm |
Production deployments |
| AWS |
https://docs.dify.ai/getting-started/install-self-hosted/aws |
AWS deployment |
| Azure |
https://docs.dify.ai/getting-started/install-self-hosted/azure |
Azure deployment |
| GCP |
https://docs.dify.ai/getting-started/install-self-hosted/gcp |
GCP deployment |
| Terraform |
https://docs.dify.ai/getting-started/install-self-hosted/terraform |
Infrastructure as Code |
| Image |
URL |
Description |
| Dify API |
https://hub.docker.com/r/langgenius/dify-api |
Backend API server |
| Dify Web |
https://hub.docker.com/r/langgenius/dify-web |
Frontend web UI |
| Dify Worker |
https://hub.docker.com/r/langgenius/dify-worker |
Background worker |
| Dify Sandbox |
https://hub.docker.com/r/langgenius/dify-sandbox |
Code execution sandbox |
| Provider |
URL |
Integration |
| OpenAI |
https://platform.openai.com |
GPT-4, GPT-3.5 Turbo |
| Anthropic |
https://console.anthropic.com |
Claude 3.5, Claude 3 |
| Google AI |
https://ai.google.dev |
Gemini Pro, Gemini Ultra |
| Mistral AI |
https://console.mistral.ai |
Mistral Large, Mixtral |
| Ollama |
https://ollama.ai |
Local models |
| Azure OpenAI |
https://azure.microsoft.com/en-us/products/ai-services/openai-service |
Azure-hosted OpenAI |
| Database |
URL |
Integration |
| Weaviate |
https://weaviate.io |
Default vector store |
| Milvus |
https://milvus.io |
Alternative vector store |
| Chroma |
https://www.trychroma.com |
Lightweight vector store |
| Qdrant |
https://qdrant.tech |
Alternative vector store |
| Pinecone |
https://www.pinecone.io |
Managed vector store |
| Resource |
URL |
Description |
| API Reference |
https://docs.dify.ai/api-reference |
Complete API docs |
| Completions API |
https://docs.dify.ai/api-reference/chat-messages |
Chat completions |
| Workflow API |
https://docs.dify.ai/api-reference/workflows |
Workflow execution |
| Knowledge Base API |
https://docs.dify.ai/api-reference/documents |
Document management |
| OpenAPI Spec |
https://docs.dify.ai/api-reference/openapi |
OpenAPI specification |
| Endpoint |
Method |
Purpose |
/v1/chat-messages |
POST |
Chat completions |
/v1/workflows/run |
POST |
Execute workflow |
/v1/documents |
GET/POST/PUT/DELETE |
Document CRUD |
/v1/apps |
GET/POST/PUT/DELETE |
App management |
# Chat completions
curl https://your-dify-instance.com/v1/chat-messages \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"inputs": {},
"query": "Hello!",
"response_mode": "blocking"
}'
| Resource |
URL |
| Plugin Documentation |
https://docs.dify.ai/plugins |
| Plugin Marketplace |
https://marketplace.dify.ai |
| Plugin SDK |
https://github.com/langgenius/dify-plugin-sdk |
| Tool |
Description |
| n8n |
Workflow automation with Dify nodes |
| Zapier |
Connect Dify to 5,000+ apps |
| Make |
Visual automation platform |
| Resource |
URL |
| MCP Specification |
https://modelcontextprotocol.io |
| MCP Servers |
https://github.com/modelcontextprotocol/servers |
| Purpose |
Contact |
| SaaS License |
Contact LangGenius |
| White-Label |
Contact LangGenius |
| Enterprise Support |
Contact LangGenius |
| Resource |
URL |
| Dify Cloud |
https://cloud.dify.ai |
| Pricing |
https://dify.ai/pricing |
| Enterprise |
https://dify.ai/enterprise |
| Resource |
Type |
Description |
| YouTube Tutorials |
Video |
Setup and usage guides |
| Medium Articles |
Articles |
Community tutorials |
| Dev.to Guides |
Articles |
Developer guides |
| Blog Posts |
Articles |
Use cases and best practices |
| Tool |
Description |
| Dify CLI |
Command-line interface for Dify |
| Dify Desktop |
Desktop application for Dify |
| Open WebUI |
Web interface with Dify integration |
| Source |
Type |
| Dify Blog |
https://dify.ai/blog |
| GitHub Releases |
https://github.com/langgenius/dify/releases |
| Reddit r/LocalLLaMA |
Community discussions |
| Hacker News |
Tech discussions |
| Product Hunt |
Product launches |
| Task |
Link |
| Download Dify |
https://docs.dify.ai/getting-started/install-self-hosted |
| Report Bug |
https://github.com/langgenius/dify/issues/new |
| Request Feature |
https://github.com/langgenius/dify/discussions |
| View Changelog |
https://github.com/langgenius/dify/releases |
| Setup Guide |
https://docs.dify.ai/getting-started |
| API Examples |
https://docs.dify.ai/api-reference |
| Task |
Link |
| Docker Deployment |
https://docs.dify.ai/getting-started/install-self-hosted/docker-compose |
| Kubernetes Deployment |
https://docs.dify.ai/getting-started/install-self-hosted/helm |
| Environment Variables |
https://docs.dify.ai/getting-started/install-self-hosted/docker-compose#configure-environment |
| Model Configuration |
https://docs.dify.ai/guide/llm |
| Purpose |
Contact |
| General Inquiry |
Via website or GitHub |
| Commercial License |
Contact via website |
| Support |
GitHub Issues or Discord |
| Security Issues |
GitHub Security tab |
- GitHub Issues - Bug reports (recommended)
- Discord - Community support
- GitHub Discussions - Community Q&A
- Documentation - Self-help guides
Any questions?
Feel free to contact us. Find all contact information on our contact page.