Uncanny Automator Core API
Build WordPress automations in minutes. Use familiar PHP functions. Connect any plugin. Let AI handle the heavy lifting.
Build automations like you build WordPress
Write PHP like you always do. No new framework to learn.
✓Your code won't break in production
✓Works like get_post() and wp_mail()
✓AI agents can run your automations
// Welcome new users automatically
$recipe = automator_create_recipe([
'title' => 'Welcome New Users',
'type' => 'user',
'status' => 'active'
]);
// Add trigger
automator_add_trigger_to_recipe($recipe, [
'trigger_code' => 'WP_USER_REGISTERED',
'trigger_type' => 'user'
]);
// Add action
automator_add_action_to_recipe($recipe, [
'action_code' => 'SEND_EMAIL',
'action_meta' => [
'to' => '{{user_email}}',
'subject' => 'Welcome!',
'message' => 'Thanks for joining {{site_name}}!'
]
]);
Build anything you can imagine
Start small. Scale when you need to.
🔌
WordPress Native
Write PHP like you always do. Use WP_Error, hooks, and filters. No learning curve.
Learn more →🤖
AI Ready
Your automations work with Claude, ChatGPT, and other AI tools. They can create and run recipes.
Learn more →🛡️
Error Prevention
Validation happens automatically. Your data stays consistent. Users stay happy.
Learn more →🔄
Any Trigger
User registers. Order completes. Form submits. You decide when automations run.
Learn more →🚀
Any Action
Send emails. Create posts. Update users. Call APIs. If PHP can do it, you can automate it.
Learn more →Works with everything you use
Connect your favorite plugins and services. No code changes needed.
WordPress Plugins
- WooCommerce
- Gravity Forms
- Contact Form 7
- LearnDash
- BuddyPress
Connect Services
- Mailchimp
- Slack
- Zapier
- Google Sheets
- Custom APIs
AI Tools
- Claude Desktop
- OpenAI GPT
- Custom LLMs
- MCP Clients
- JSON-RPC