create_new_product
Initialize product creation and agent onboarding by providing product name and website URL to start automated outreach on Reddit.
Instructions
Create a product and initialize the agent onboarding session context.
The response includes:
product creation result
context packet (existing artifacts + screenshot uri)
prompt pack + version metadata
Prerequisite:
authenticated session via
login_with_client_id(or provideclient_idexplicitly)
Next step after success:
call
run_full_agentic_onboarding(or run staged tools manually)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_name | Yes | ||
| website_url | Yes | ||
| client_id | No | ||
| session_id | No | ||
| folder_id | No | ||
| idempotency_key | No |