Directus 11 AI Agent Extension - Transform your Directus CMS with intelligent automation and natural language processing.
npm install directus-extension-synque-aiDirectus 11 AI Agent Extension - Transform your Directus CMS with intelligent automation and natural language processing.
- Natural language commands for Directus CMS
- Smart automation with AI-powered decision making
- Real-time processing with MCP integration
- Context-aware data operations
``bash`
npm install synqued11gpt
Or add to your Directus extensions folder manually.
1. Go to Settings > Project Settings > Module Bar
2. Enable AI Agent module
3. Navigate to AI Agent > Settings
4. Configure:
- Directus URL: Your Directus instance URL
- Admin Token: Your Directus admin access token
- AI API Key: Your OpenAI API key
- AI Model: Model to use (e.g., gpt-4o, gpt-4-turbo)https://api.openai.com/v1`)
- AI Base URL: API endpoint (default:
1. Open AI Agent > Chat
2. Type natural language commands like:
- "Show me all collections"
- "Create a new blog post titled 'Hello World'"
- "List all users"
- "Update the status of article 5 to published"
- OpenAI (GPT-4, GPT-4 Turbo, GPT-4o)
- Any OpenAI-compatible API (DeepSeek, etc.)
- Directus 10.x or 11.x
- Node.js 18+
MIT