Composer Workflow logo with left white rounded rectangle wedge icon and wide-tracked text.
Type at least 3 letters to start searching

INFORM-AI

Let Inform-AI study your site’s tone and structure to create original, on-brand titles, excerpts, and full articles that feel like they were written by you. Publish instantly or review drafts—scale your output, stay consistent, and reclaim time for the work you love.

  • Time saving

  • Consistent and original content

  • Regular publishing schedule

  • Increased reader engagement

  • Higher revenue potential

  • Flexible integration across platforms

Clear

How it Works

Smart Analysis: Inform-AI analyzes the articles already published on your site, studying tone, style, and structure. This ensures that every new piece feels natural and consistent with your existing content.

Automated Content Creation: Titles, excerpts, and full articles are generated according to your established template. Each post is structured, professional, and tailored to engage your readers.

Flexible Publishing: Choose whether to let the AI publish directly to your WordPress site or save drafts for manual review, giving you full editorial control.

No Duplicate Content: The system carefully checks your existing posts before generating new material, guaranteeing originality and avoiding repetition.

 

Benefits

More content in less time: If you normally publish one article per week, Inform-AI enables you to multiply your output without sacrificing quality.

Consistent publishing schedule: Keep your blog active at all times, even when you don’t have time to write.

Unique and relevant posts: Every article is tailored to your voice, ensuring a seamless extension of your brand identity.

Creative inspiration: Beyond generating articles, Inform-AI provides fresh ideas and directions for new content.

Time and resource savings: Focus on your core creative or business tasks while Inform-AI handles the repetitive work of content production.

 

Integration and Flexibility

Inform-AI is built for WordPress and integrates seamlessly as a plugin. Once configured, it automatically produces and formats blog posts that match your site’s template, preserving paragraph separation and readability.

If you run a site on a platform other than WordPress, contact us to discuss custom integration options. We can adapt the service to other platforms on request and evaluate the best integration path for your system.

 

Why Choose Inform-AI

Inform-AI is ideal for bloggers and content creators who want to scale publishing, businesses and professionals seeking an active, regularly updated blog, and composers, writers, and creatives who prefer to spend more time on core work while maintaining a strong online presence.

  • Produces high-quality, original content that matches your site’s voice.
  • Prevents duplicate topics and maintains editorial consistency.
  • Offers publishing flexibility with direct posting or draft review.
  • Saves time and reduces reliance on external writers for volume publishing.
  • Custom integration options available for non-WordPress platforms.

To integrate Inform-AI with platforms other than WordPress or to request a custom setup, please contact our team. We will evaluate your needs and provide a tailored integration plan.

 

contact us

If your site isn’t based on WordPress or you want clarification, you can find out more by contacting us!

what I have to do after the purchase?

Well done, if you’ve made it this far it means you want to change and improve your website! Inform-Ai will help you with that!

Now, to complete the setup we need to connect Inform-AI to your website. This step is quite delicate because it’s where you grant access to your current posts and authorize Inform-AI to publish. For this reason, the connection is carried out manually by an operator using the data you provide. It may take 12–48 hours (any lost days can be recovered later in the queue).

 

Now we need two pieces of information to proceed: your website API and your website RestAPI base URL.

Below you’ll find the guide to help you understand how to get them. Once you have the data, just fill out the form and you’re done!

we need

What is an API and Why Do We Need It?

API stands for Application Programming Interface.
Think of it as a bridge that allows two different programs to talk to each other.

  • Your WordPress site is one program.

  • Inform-AI is another program.

The API acts like a messenger:

  • When the AI wants to publish a post, it tells the API: “Please create this new article.”

  • The API passes that request to WordPress.

  • WordPress checks if the request is allowed, and if yes, it creates the post.

This guide will show you how to install and configure a WordPress plugin, specifically Make Connector, even if you are not very familiar with WordPress.


 

Step 1: Access WordPress Admin

  1. Open your web browser.

  2. Go to your WordPress admin panel by typing: https://yourwebsite.com/wp-admin

  3. Log in using your WordPress username and password.


 

Step 2: Install the Plugin

  1. In the left-hand menu, look for Plugins.

  2. Click Add New.

  3. In the search bar at the top right, type: Make Connector

  4. Look for the plugin in the results

  5. Click Install Now.

  6. After installation, click Activate if it doesn’t activate automatically.

  7. Once active, you will see a new icon appear in the left-hand menu, usually at the bottom (last icon).


 

Step 3: Copy Your API Key

  1. Inside the Make Connector settings, look for API Permissions or Access Control.
  2. Limit permissions to only what is necessary: Read posts, Create posts, Update posts. This ensures the AI cannot access sensitive parts of your site.
  3. click now on Reveal and copy the full code (very important)

Find Your WordPress REST API Base URL

 

The REST API Base URL is what allows external tools (like Make Connector) to communicate with your WordPress site.

Default Rule

The REST API Base URL is always:

 
https://yourwebsite.com/wp-json/
 

It is simply your site’s main URL + /wp-json/.


How to Check

Open a new browser tab.

Type your site URL followed by /wp-json/.

Example: 

https://my-wordpress-site.com/wp-json/
 

If everything is working, you will see a page full of JSON text (lots of brackets, quotes, and site info).