Configure autopilot
set_autopilotTurn the Discovery Autopilot on or off, and/or set the commission offer it may promise in drafts. Turning it on starts the hourly proposal loop; even then NOTHING sends without an approval. Guarded: without approval_token it returns {error:"approval_required", approval_token, summary} for the user to confirm; call again with the token. Every dashboard guardrail still applies: this is exactly what a user clicking the dashboard could do, no more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offer | No | The commission offer drafts may promise, e.g. "30% recurring". Omit to leave unchanged. | |
| status | No | Omit to leave unchanged. | |
| approval_token | No | Approval token from a previous approval_required response, after the user said yes. |