Documentation

v1.0

Complete documentation for AgiEngine - the AI-powered n8n workflow generation extension. Learn how to install, configure, and maximize your automation potential.

Getting Started

Quick Start

Get up and running with AgiEngine in under 5 minutes.

System Requirements
  • • Chrome, Firefox, Edge, or Safari
  • • n8n instance (cloud or self-hosted)
  • • Internet connection
  • • AgiEngine account

What is AgiEngine?

AgiEngine is an AI-powered browser extension that transforms natural language prompts into complete n8n workflows. Using advanced Model Context Protocol (MCP) technology, it understands your automation needs and generates production-ready workflows instantly.

AI-Powered
MCP Technology
Instant Generation
Production Ready

Installation

Step 1: Create Account

Sign up for an AgiEngine account to get started. Choose from our free tier or premium plans.

Step 2: Install Browser Extension

Download and install the AgiEngine extension for your preferred browser:

🌐
Chrome
🦊
Firefox
🔷
Edge
🧭
Safari

Step 3: Activate Extension

After installation, click the AgiEngine icon in your browser toolbar and sign in with your account credentials.

Configuration

Connect to n8n

Configure AgiEngine to work with your n8n instance:

  1. Open your n8n instance in your browser
  2. Click the AgiEngine extension icon
  3. Click "Connect to n8n"
  4. Grant necessary permissions
  5. Verify connection status

Settings & Preferences

Customize AgiEngine behavior through the settings panel:

AI Preferences
• Response creativity level
• Workflow complexity preference
• Error handling approach
Interface Settings
• Theme selection
• Notification preferences
• Keyboard shortcuts

Basic Usage

Creating Your First Workflow

Generate workflows using natural language prompts:

Example Prompt:
"Send me a Slack notification when a new email arrives in Gmail with the subject containing 'urgent'"
  1. Open n8n and create a new workflow
  2. Click the AgiEngine extension icon
  3. Type your workflow description in natural language
  4. Review the generated workflow
  5. Click "Generate" to create the workflow

Workflow Types

AgiEngine can generate various types of workflows:

Data Sync

Sync data between different platforms

  • CRM to Spreadsheet
  • Database backup
  • API synchronization
Notifications

Alert systems and messaging

  • Email alerts
  • Slack notifications
  • SMS reminders
Automation

Task and process automation

  • File processing
  • Report generation
  • Data validation

Advanced Features

Context Learning

AgiEngine learns from your previous workflows and preferences to provide more accurate suggestions over time.

  • • Remembers your preferred integrations
  • • Adapts to your workflow patterns
  • • Suggests optimizations based on usage
Team Collaboration

Share workflows and collaborate with your team using AgiEngine's team features.

  • • Shared workflow templates
  • • Team usage analytics
  • • Collaborative editing

Troubleshooting

Common Issues

Extension not connecting to n8n

Check browser permissions and ensure n8n is running on the correct port.

Generated workflows not working

Verify all required credentials are configured in n8n nodes.

AI responses seem inaccurate

Try being more specific in your prompts and include more context.

Getting Help

If you need additional support, reach out to us:

API Reference

Extension API

For developers who want to integrate with AgiEngine or build custom solutions.

JavaScript API:
window.AgiEngine.generateWorkflow(prompt, options)
window.AgiEngine.getStatus()
window.AgiEngine.configure(settings)

Webhook Integration

Connect external applications to AgiEngine using webhooks.

Endpoint: https://api.agiengine.com/webhooks
Method: POST
Content-Type: application/json