Quick start: your first AI post

A ten-minute path from a fresh Aimogen Pro install to a published AI-generated post, using one API key and one bulk rule.

This walkthrough takes a fresh install to one published post. It uses the smallest number of moving parts so that if something breaks, you know exactly where.

You need: Aimogen Pro installed and activated, and one provider API key.

1. Add an API key#

Go to Aimogen Pro › Settings › API Keys.

Find the field for the provider you have an account with. Every provider field accepts one key per line — you can paste several and the plugin will rotate between them.

ProviderField labelGet a key
OpenAIOpenAI / AiomaticAPI API Keysplatform.openai.com/api-keys
AnthropicAnthropic Claude API Keysconsole.anthropic.com
GoogleGoogle AI Studio AI API Keysaistudio.google.com
xAIxAI API Keysconsole.x.ai

Select Test API key next to the field. You want a success message before going further — an untested key is the single most common reason a scheduled run silently produces nothing.

Save the settings.

Aimogen Pro > Settings > API Keys tab

2. Confirm the plugin is switched on#

Still in Settings, on the General Settings tab, check that Plugin Main Switch is on. This is a master kill switch: with it off, no menus beyond Settings appear and no generation happens anywhere.

3. Generate one post by hand#

Before automating anything, prove the pipeline works.

Go to Aimogen Pro › AI Content Creators › Express Mode. This screen builds one post interactively, one stage at a time, so you can see exactly where a failure happens.

  1. Enter a Post Title, for example Best espresso machines for small kitchens.
  2. Under Post Sections, leave the section count at its default of 2 and select Generate Sections. The AI proposes an outline.
  3. Select Generate Content. Each section is written out.
  4. Optionally select Generate Excerpt.
  5. Set Post Categories, Post Tags and a Featured Image if you want them.
  6. Select Create Post.

Under Model Settings you can pick the model. Aimogen Pro 2.8.8 defaults to gpt-5-mini; if you configured a different provider, choose one of its models from the same list.

Each stage takes roughly 10–60 seconds depending on the model.

If nothing happens, go straight to No posts are being created — do not continue to the scheduled setup until a manual run works.

4. Review what was produced#

Open the draft in the editor. Check three things:

Publish it, or delete it — the point was to prove the pipeline.

5. Create a repeating rule#

Now automate. Go to AI Content Creators › Keywords/Titles and add a rule.

The essentials:

FieldSet it to
Rule nameSomething you will recognise in logs, e.g. Coffee blog — weekly
Keyword listOne keyword or title per line
AI modelThe model you tested in step 1
Post type / statuspost / draft while you are still evaluating quality
Posts per run1 to start

Save the rule but leave it inactive for now.

Use the Run now action on the rule to execute it immediately. Confirm you get the post you expected. Only then enable the rule so the scheduler picks it up.

See Bulk creator: keywords and titles for every field.

6. Make sure the scheduler will actually run#

Aimogen Pro schedules work through WP-Cron, and WP-Cron only fires when someone visits the site.

Go to System & Logs › System Info and check the cron section. If DISABLE_WP_CRON is defined, or if the site gets little traffic, set up a real system cron job:

bash
*/5 * * * * curl -s https://example.com/wp-cron.php?doing_wp_cron > /dev/null

Full detail, including the plugin per-minute schedule, is in Scheduling and the posting cron.

7. Watch the first scheduled run#

Two places tell you what happened:

  • System & Logs › Activity Logs — one line per rule execution, with errors if any.
  • System & Logs › Usage Logs — one row per API request, with model, tokens and estimated price.

If a run fails, the error text there is the real provider error. Match it against API and provider errors.

Where to go next#

Bulk AI Post Creator Full Tutorial VideoAn end-to-end walkthrough of building a bulk rule, from keyword list to published post.Watch on YouTube

Still stuck? Open a support ticket and include the diagnostics from Aimogen Pro › System & Logs › System Info.