WordPress
WordPress is an open-source content management system (CMS) that powers a significant portion of websites on the internet. Its REST API enables applications to interact with WordPress sites by sending and receiving data as JSON, allowing developers to build decoupled frontends, mobile apps, and integrations in any language. The extensive plugin and theme ecosystem, block editor, and AI capabilities make it accessible for building everything from personal blogs to complex enterprise websites.
APIs
WordPress REST API
The WordPress REST API provides endpoints for WordPress data types that allow developers to interact with sites remotely by sending and receiving JSON objects. The REST API is t...
WP-CLI
WP-CLI is the command-line interface for WordPress. It provides commands for managing WordPress installations, plugins, themes, users, content, and more without using a web brow...
WordPress Block Editor API
The Block Editor API (Gutenberg) enables developers to create custom blocks, block patterns, block templates, and editor plugins for the WordPress Block Editor. It includes Java...
WordPress AI API
WordPress AI API provides a provider-agnostic interface for integrating generative AI capabilities into WordPress plugins and themes. It supports multiple AI providers (OpenAI, ...
Agent Skills
blueprint
AGENT SKILLwordpress-router
AGENT SKILLwp-abilities-api
AGENT SKILLwp-abilities-audit
AGENT SKILLwp-abilities-verify
AGENT SKILLwp-block-development
AGENT SKILLwp-block-themes
AGENT SKILLwp-interactivity-api
AGENT SKILLwp-performance
AGENT SKILLwp-phpstan
AGENT SKILLwp-playground
AGENT SKILLwp-plugin-development
AGENT SKILLwp-plugin-directory-guidelines
AGENT SKILLwp-project-triage
AGENT SKILLwp-rest-api
AGENT SKILLwp-wpcli-and-ops
AGENT SKILLwpds
AGENT SKILLCollections
WordPress REST API
POSTMANWordPress REST API
OPENArazzo Workflows
WordPress Assign Post to Author
Resolve a user by role, confirm them, and publish a post under their byline.
ARAZZOWordPress Attach Featured Media to Post
Find an image in the media library and publish a post that features it.
ARAZZOWordPress Categorize and Publish Post
Create a category, publish a post into it, then read the post back.
ARAZZOWordPress Comment on Found Post
Search for a post, post a comment on it, then list comments to confirm.
ARAZZOWordPress Create Subpage Under Parent
Find a parent page by title and create a child page nested beneath it.
ARAZZOGraphQL
WordPress GraphQL API
WordPress supports a full-featured GraphQL API through the [WPGraphQL plugin](https://www.wpgraphql.com/), an open-source WordPress plugin that provides an extendable GraphQL sc...
GRAPHQLPricing Plans
Rate Limits
FinOps
Wordpress Finops
FINOPSFeatures
JSON-based REST API for interacting with WordPress content including posts, pages, media, users, and custom post types
Gutenberg block editor with JavaScript and PHP APIs for creating custom blocks and extending the editing experience
Built-in authentication mechanism for third-party applications using per-application passwords with granular scoping
Command-line interface for managing WordPress installations, automating tasks, and running deployments
Hooks and filters system for extending WordPress functionality through plugins without modifying core code
WordPress Multisite enables running a network of sites from a single WordPress installation with shared users and plugins
Run WordPress in the browser via WebAssembly PHP for development, testing, and demonstrations
Provider-agnostic PHP AI client SDK and MCP adapter for integrating generative AI capabilities into WordPress
Use Cases
Use WordPress as a headless CMS with the REST API to deliver content to any frontend framework like Next.js, Nuxt, or React
Build iOS and Android apps that read and write WordPress content using the REST API
Automate content creation, publishing, and management using WP-CLI in CI/CD pipelines
Create custom Gutenberg blocks for unique editorial experiences and complex page layouts
Connect WordPress to external services like CRMs, analytics platforms, and e-commerce systems via the REST API
Enhance WordPress with AI content generation, writing assistance, and intelligent recommendations
Integrations
E-commerce plugin with its own REST API that extends WordPress for online stores
WordPress.com connectivity plugin providing security, performance, and marketing tools
Custom field framework for extending WordPress content models with structured data
Visual page builder with REST API extensions for custom integrations
AI provider integration via WordPress AI API for content generation and assistance
AI provider integration via WordPress AI API using Claude models
AI provider integration via WordPress AI API for Gemini models