changedInput schema / properties / category / description
Previous value: -"Optional category such as research, testing, verification, calls, or physical-world."New value: +"Optional routing category such as phone_calls, real_world_photo, human_verification, local_errand, QA_testing, research, or judgment_review."
changedInput schema / properties / contact_email / description
Previous value: -"Email address where Invoke can contact the task poster."New value: +"Required valid poster email for updates and first-post-free eligibility. Use the user's/operator's email, not a fake address."
changedInput schema / properties / description / description
Previous value: -"Detailed instructions for the human worker."New value: +"Required deliverable/brief, 1-2000 chars. Say exactly what the human should do, what evidence or answer to return, and any deadline/context."
changedInput schema / properties / reward_cents / description
Previous value: -"Worker reward in USD cents. Must be 1000-50000."New value: +"Required worker reward in USD cents, 1000-50000 ($10-$500). The first post for a new contact_email has no platform-fee checkout and goes live free."
changedInput schema / properties / title / description
Previous value: -"Short public title for the human task."New value: +"Required. Short public task title for the human worker, 1-200 chars. Make the real-world outcome obvious, e.g. 'Call 5 restaurants for patio availability'."
changedOutput schema / properties / checkout_url / description
Previous value: -"NanoCorp checkout URL to pay the platform fee and activate the task. Present for pending_payment responses."New value: +"Checkout URL for later posts only. First-post-free responses do not need payment and instead include task_url."
addedOutput schema / properties / message
Added value: +{
+ "description": "Human-readable success message for the calling agent to show the user, including task_url when the first task is free and live.",
+ "type": "string"
+}
changedOutput schema / properties / payment_url / description
Previous value: -"Alias for checkout_url. Present for pending_payment responses."New value: +"Alias for checkout_url for later posts only."
changedOutput schema / properties / platform_fee_cents / description
Previous value: -"Platform fee due before activation, in USD cents. First-post waiver responses return 0."New value: +"Platform fee due before activation, in USD cents. First-post-free responses return 0."
changedOutput schema / properties / status / description
Previous value: -"Task status. First-post waiver responses are open immediately; later posts return pending_payment until checkout is paid."New value: +"Task status: 'open' means the first-post-free task is already live; 'pending_payment' means pay checkout_url/payment_url to activate a later post."
changedOutput schema / properties / task_url / description
Previous value: -"Live public task URL. Present when the task is opened immediately by the first-post waiver."New value: +"Live public task URL humans can apply to. Present on first-post-free success; report this URL back to the user."