Nova Admin Docs
Integrations

WordPress

How to get your WordPress API key and connect it to Nova Admin.

Go to your WordPress admin → Users → Profile → Application Passwords. Enter a name (e.g. "Nova Admin") and click "Add New Application Password". Copy the generated password.

Prerequisites

Steps

  1. Go to WordPress REST API Documentation.
  2. Create a new API key / Application Password (starts with xxxx xxxx xxxx xxxx xxxx xxxx) and copy it immediately — most providers show it only once.
  3. Note any additional required values: Site URL (e.g. https://yoursite.com), Username (e.g. admin).
  4. In Nova Admin, go to /agents/integrations, find WordPress, and paste the values into the credential dialog.

Credential fields

FieldRequiredDescription
Site URLYesurl (e.g. https://yoursite.com)
UsernameYesstring (e.g. admin)
Application PasswordYesSecret — stored encrypted, never exposed. (e.g. xxxx xxxx xxxx xxxx xxxx xxxx)

Troubleshooting

  • Invalid credentials: verify the key was copied in full with no trailing spaces.
  • Key not working: check that your WordPress account has API access enabled and billing is active if required.
  • Need help?: refer to the WordPress documentation.

On this page