Agentic Service Discovery

Resources

W

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.

ProductivityFreeBasic authcmsblogcontentpublishingwebsite

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

Create PostCreate a new WordPress post.

Inputs: title, content, excerpt, status, categories, tags, slug, featuredMediaId

Returns: postId, postUrl, status, post

Update PostUpdate an existing WordPress post.

Inputs: postId, title, content, status, categories, tags

Returns: postId, postUrl, post

Get PostRetrieve a WordPress post by ID.

Inputs: postId

Returns: postId, title, content, excerpt, status, postUrl, post

List PostsRetrieve a list of WordPress posts with optional filters.

Inputs: status, perPage, search, orderBy

Returns: posts, postCount, totalPosts

Create PageCreate a new WordPress page.

Inputs: title, content, status, slug, parentId

Returns: pageId, pageUrl, page

List CategoriesRetrieve all categories from the WordPress site.

Inputs: perPage

Returns: categories, categoryCount

Example workflows

1

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
FreeWordPress 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

Build an AI workflow with WordPress

Use the Agentic Planner to design, visualize, and connect WordPress with your other tools.

Open Agentic Planner

Related Productivity tools

WordPress AI Agent Integration | Fugentic