Skip to main content
The Future AGI n8n integration allows you to seamlessly incorporate AI-powered prompts and workflows into your automation processes. This integration provides a community node that connects your n8n workflows directly to the Future AGI platform, enabling you to fetch, manage, and utilize your prompts within automated workflows.

Installing Community Nodes

To use Future AGI functionality within n8n, you’ll need to install the Future AGI community node. Follow these steps:
  1. Access Community Nodes: Navigate to the Community Nodes section in your n8n instance settings.
Navigate to Community Nodes
  1. Install Future AGI Node: Enter the Future AGI community node package name: @future-agi/n8n-nodes-futureagi
Install Future AGI Node
  1. Verify Installation: Confirm the Future AGI node is successfully installed and available in your workflow editor.
Verify Installation

2. Configuration

Setting up credentials is essential for using the Future AGI node in your n8n workflows. You’ll need to configure your Future AGI API credentials to enable communication between n8n and the Future AGI platform.

Finding and Using the Future AGI Node

Once you have installed the community node, you can start using it in your workflows:
  1. Search for Future AGI Node: In your n8n workflow editor, search for “Future AGI” in the list of available nodes.
Search for Future AGI Node
  1. Select the Node: Click on the Future AGI node to add it to your workflow.
Select Future AGI Node
  1. View Available Operations: Once added, click on the node to view the list of supported operations:
View Available Operations Supported Operations:
  • Get a prompt
  1. Select Operation: Click on your desired operation to proceed to the configuration screen.
Select Operation

Setting Up Credentials

Once you’re on the operation screen, you’ll need to configure your Future AGI credentials:
  1. Access Settings Window: Navigate to the settings window to add your API credentials.
Access Settings Window
  1. Configure API Credentials: Enter your Future AGI credentials:
    • Base URL: https://api.futureagi.com
    • API Key: Your Future AGI API key
    • Secret Key: Your Future AGI secret key
To obtain your API key and secret key, visit https://app.futureagi.com and navigate to the keys section. Configure API Credentials
  1. Test Connection: After entering your credentials, make sure to test the connection to verify that your setup is working correctly. This ensures that n8n can successfully communicate with the Future AGI platform.

3. Offered Functionalities

Now that you have successfully configured the Future AGI node with your credentials, you’re ready to fetch prompts directly from the Future AGI platform within your n8n workflows. The node will automatically retrieve and display all the prompts you have configured in your Future AGI account.
  • Get a prompt

Get a Prompt

Access and retrieve prompts from the Future AGI platform directly within your n8n workflows. This functionality allows you to dynamically fetch optimized prompts for your AI operations. Future AGI Prompts in Platform Available Prompts in n8n Node

Fetching Prompts

You can use this node to fetch whatever version of the prompt you have selected. By default, the node will retrieve the default version of your chosen prompt. Default Prompt Selection If you want to select a specific version of the prompt instead of using the default, you can do so by switching off the “Use Default Prompt” toggle. This gives you full control over which version of your prompt to use in your workflow, allowing you to test different iterations or use specific versions for different use cases. Specific Version Selection

Using Compiled Prompts

Future AGI follows the convention of using words inside double curly brackets (i.e., words in {{}}) as variables in prompts. To replace these variables with actual values, users can use the Use compiled prompt option of the node. When you toggle this switch on, a code editor will appear where you need to write a JSON object that maps the variables to their values like key-value pairs. Important Note: The keys must be exactly the same as the variables in your prompt, as it is case sensitive. Using Compiled Prompts with Variables