add_prompts
Bulk-add prompt strings to a brand under a selected topic. Helps build prompt collections while enforcing your plan's monthly prompt limit.
Instructions
Bulk-add prompts to a brand under a specific topic. Subject to your plan's monthly prompt limit — the API will return an error if you've reached it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brandId | Yes | The brand UUID from list_brands | |
| prompts | Yes | Array of prompt strings to add | |
| topicId | Yes | The topic UUID from list_topics — prompts are grouped under a topic |