Create an Idea Launch idea
idealaunch_create_ideaCreate a new idea in the signed-in user's workspace.
Use this to start a validation test for a new idea, or — by passing websiteUrl — to set up ads for something already shipped.
Args:
name (string): short name for the idea
summary (string): a few sentences on what it is, who it is for, and the problem it solves
websiteUrl (string, optional): an existing live URL to send ad traffic to
Returns: { id, name, summary, publicSlug, heldForReview, workbenchUrl, nextStep }.
Creates nothing on an ad platform and spends nothing. If the content is flagged by moderation the idea is still created but held from public surfaces, reported as heldForReview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| summary | Yes | ||
| websiteUrl | No | ||
| response_format | No |