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
- A WordPress account. Sign up at https://developer.wordpress.org/rest-api/.
- An active Nova Admin workspace. Go to /agents/integrations to connect.
Steps
- Go to WordPress REST API Documentation.
- 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. - Note any additional required values: Site URL (e.g.
https://yoursite.com), Username (e.g.admin). - In Nova Admin, go to /agents/integrations, find WordPress, and paste the values into the credential dialog.
Credential fields
| Field | Required | Description |
|---|---|---|
| Site URL | Yes | url (e.g. https://yoursite.com) |
| Username | Yes | string (e.g. admin) |
| Application Password | Yes | Secret — 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.