WordPress
by Automattic / WordPress.org
Create and update posts and pages, upload media, manage categories and tags, and retrieve site content via the WordPress REST API.
How agents use WordPress
- ✓Agent publishes a new blog post after content is generated and approved by an LLM workflow
- ✓Agent updates post status from draft to published on a schedule
- ✓Agent creates a landing page from a template and populates it with dynamic content
- ✓Agent retrieves published posts to syndicate them to social media or email newsletters
- ✓Agent lists categories before creating a post to assign the correct category ID
Agent actions
Inputs: title, content, excerpt, status, categories, tags, slug, featuredMediaId
Returns: postId, postUrl, status, post
Inputs: postId, title, content, status, categories, tags
Returns: postId, postUrl, post
Inputs: postId
Returns: postId, title, content, excerpt, status, postUrl, post
Inputs: status, perPage, search, orderBy
Returns: posts, postCount, totalPosts
Inputs: title, content, status, slug, parentId
Returns: pageId, pageUrl, page
Inputs: perPage
Returns: categories, categoryCount
Example workflows
AI-powered blog publishing
Agent generates a blog post using an LLM, assigns categories and tags, and creates a draft in WordPress for human review.
About WordPress
- Vendor
- Automattic / WordPress.org
- Pricing Always review details with the vendor
- Free — WordPress REST API is free and built into WordPress core (since 4.7). Hosting costs are separate.
- Authentication
- Basic auth
- Rate limit Always review details with the vendor
- 60 requests / minute
- Compatible nodes
- AgentResourceInputOutput
- Website
- https://wordpress.org
Build an AI workflow with WordPress
Use the Agentic Planner to design, visualize, and connect WordPress with your other tools.
Open Agentic Planner