Generate brand prompts
generate_promptsGenerate buyer-intent prompts for a tracked brand ID, replacing active prompts with Claude-generated data while preserving history.
Instructions
Replace active prompts with Claude-Haiku-generated buyer-intent prompts; requires ANTHROPIC_API_KEY and preserves history. Example: brand_id='acme', count=20.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Buyer-intent prompts to generate. | |
| brand_id | Yes | Tracked brand ID to update. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompts | Yes | ||
| brand_id | Yes | ||
| next_steps | Yes | ||
| prompt_source | Yes | ||
| prompts_inserted | Yes |