Add Website to Monitor
create_websiteAdd a website to monitor and score keyword mentions across Reddit, Hacker News, X, and Bluesky. Provide a product description or let the server draft one to enable AI-scored leads.
Instructions
Add a website to monitor across Reddit, Hacker News, X, and Bluesky. The domain must be new to this account: a duplicate returns 400, and re-adding a domain removed with delete_website revives that record. description is the context every mention is scored against. Omit it and the server scrapes the URL to write one, spending one AI generation from the plan quota; if that scrape fails or the quota is exhausted the site is created with description null and its mentions go unscored (reason "Scoring skipped: website description missing"), so check the response and set one with update_website or analyze_website. Pass your own description to skip the scrape. Initial keywords are stored PENDING: list_websites or add_keywords promotes those that fit the plan for free, and activate_pending_keywords covers the rest, possibly for a charge. AI-suggested keywords are added in the background and show up on the website later. Returns 400 when the plan has no website slots left.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full website URL (e.g. "https://example.com") | |
| name | No | Display name for the website | |
| keywords | No | Initial keywords, stored as PENDING; list_websites promotes those that fit the plan for free | |
| description | No | Product summary the AI scores every mention against; without it new mentions are not scored. Draft one with analyze_website |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | The created website with its id, domain, description, and keywords (initial ones PENDING). |