pitchmachine_generate_pitch
Generate a pitch for an existing receiver and poll until done to receive the public share URL. If generation exceeds the timeout, returns an in-progress status for later retrieval.
Instructions
Kick off pitch generation for an existing receiver and poll until it completes. Returns the public share URL (pitchmachine.ai/p/?t=) on success. If generation takes longer than poll_timeout_seconds, returns the in-progress status; call pitchmachine_get_pitch_url later with the returned pitch_id. Does NOT send the pitch — that's the agent's job (or a human's).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| receiver_id | Yes | The receiver_id returned by pitchmachine_create_receiver. | |
| poll_timeout_seconds | No | How long to wait for generation before returning in-progress. Default 90. |