You can wire the WordPress node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.
Credentials
Connect WordPress under Credentials in the node settings. See Connecting credentials for the general flow.OAuth
Sign in with your WordPress account when prompted; no keys to copy. NoClick requests the following permissions:global
Application password
Enter the values manually when creating the credential. Go to Users → Your Profile → Application Passwords in WordPress admin Get your credentials here.Basic auth
Enter the values manually when creating the credential. Install Basic-Auth plugin (not recommended for production) Get your credentials here.Operations
Category
| Operation | ID | Description |
|---|---|---|
| Create Category | create_category | Create a new category |
| Delete Category | delete_category | Delete a category |
| Get Category | get_category | Get a single category by ID |
| List Categories | list_categories | List categories |
| Update Category | update_category | Update an existing category |
Comment
| Operation | ID | Description |
|---|---|---|
| Create Post Comment | create_post_comment | Create a new comment |
| Delete Comment | delete_comment | Delete a comment |
| Get Comment | get_comment | Get a single comment by ID |
| List Comments | list_comments | List comments |
| Update Comment | update_comment | Update an existing comment |
Media
| Operation | ID | Description |
|---|---|---|
| Delete Media Item | delete_media_item | Delete a media item |
| Get Media Item | get_media_item | Get a single media item by ID |
| List Media Items | list_media_items | List media items |
| Update Media Metadata | update_media_metadata | Update media metadata |
| Upload Media File | upload_media_file | Upload a new media file |
Page
| Operation | ID | Description |
|---|---|---|
| Create Page | create_page | Create a new page |
| Delete Page | delete_page | Delete a page |
| Get Page | get_page | Get a single page by ID |
| List Pages | list_pages | List pages with filtering and pagination |
| Update Page | update_page | Update an existing page |
Post
| Operation | ID | Description |
|---|---|---|
| Create Post | create_post | Create a new post |
| Delete Post | delete_post | Delete a post |
| Get Post | get_post | Get a single post by ID |
| List Posts | list_posts | List posts with filtering, sorting, and pagination |
| Search Content | search_content | Search across all content types |
| Update Post | update_post | Update an existing post |
Site settings
| Operation | ID | Description |
|---|---|---|
| Get Site Settings | get_site_settings | Get site settings |
| Update Site Settings | update_site_settings | Update site settings |
Tag
| Operation | ID | Description |
|---|---|---|
| Create Tag | create_tag | Create a new tag |
| Delete Tag | delete_tag | Delete a tag |
| Get Tag | get_tag | Get a single tag by ID |
| List Tags | list_tags | List tags |
| Update Tag | update_tag | Update an existing tag |
User
| Operation | ID | Description |
|---|---|---|
| Create User | create_user | Create a new user |
| Delete User | delete_user | Delete a user |
| Get User | get_user | Get a single user by ID |
| List Users | list_users | List users |
| Update User | update_user | Update an existing user |