Add Keywords
add_keywordsAdd keywords to a monitored website, automatically activating up to the plan's free headroom and marking the rest as pending for later activation.
Instructions
Add keywords to a monitored website. Values are trimmed, lowercased, and de-duplicated; ones already ACTIVE on that site are skipped, and re-adding a DISABLED one resets it to PENDING (prefer enable_keyword). Each new keyword starts PENDING, then as many as fit the plan's free headroom flip to ACTIVE at once, with no charge. The rest stay PENDING and match nothing until activate_pending_keywords, which may charge an upgrade; run preview_activate_pending first. Adding is unlimited. Use edit_keyword to reword an existing keyword. Returns the whole website with its updated keyword list, not only the new keywords.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keywords | Yes | Keywords to add (e.g. ["my product", "competitor name"]); trimmed, lowercased, and de-duplicated, max 255 characters each | |
| websiteId | Yes | Monitored website ID (UUID) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | The whole website with its full keyword list (id, value, status), including the new keywords as ACTIVE or PENDING. |