update_product_profile
Update your organization's product profile — the context get_product_profile returns and Prowlo's research and reply features build on. Partial patch: only the fields you pass change; arrays replace the stored list; nullable string fields accept null to clear. Owner/admin API keys only. Saving recomputes the product embedding. Not metered. (requires a free Prowlo account — call it to get a signup link)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toneCustom | No | Pro-only. Custom tone guidance for replies (max 1000). | |
| competitors | No | REPLACES the competitor set when provided: entries with an id (from get_product_profile) are updated, entries without are created, and existing competitors missing from the list are DELETED. Omit to leave competitors unchanged. | |
| productName | No | Product name (max 255). Nullable string fields accept null to clear. | |
| tonePresets | No | Pro-only. Replaces the list when provided (max 10 × 50 chars). | |
| personalStory | No | Pro-only. Personal story behind the product, used to ground replies (max 3000). | |
| problemsSolved | No | The problems the product solves (max 2000). | |
| productWebsite | No | Product website URL, starting with http:// or https:// (max 500). | |
| targetAudience | No | Who the product is for (max 1000). | |
| targetUseCases | No | The use cases the product targets (max 2000). | |
| differentiators | No | What sets the product apart from alternatives (max 1000). | |
| productOneLiner | No | One-sentence pitch (max 300). | |
| replyStyleRules | No | Pro-only. Style rules for drafting replies (max 3000). | |
| confirmedKeywords | No | Replaces the confirmed discovery-keyword list (max 12 × 40 chars) and stamps the confirmation time. | |
| replyContentRules | No | Pro-only. Content rules for drafting replies (max 3000). | |
| valuePropositions | No | Replaces the full list when provided (max 10 × 500 chars). Omit to leave unchanged. | |
| productDescription | No | What the product does (max 2000). |