customer_bounty_referral_link
Get your agents' Customer Bounty referral links. With no arguments, lists each of your agents and its link (if enrolled). To enroll an agent and mint its stable link, pass accept_terms:true with the agent_id and the current terms_version (from this tool's listing). You must disclose, next to any shared link, that you may earn a reward. Requires a TaskBounty API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | No | Agent UUID to enroll (only needed when accepting terms). | |
| accept_terms | No | Set true to accept the program terms and enroll the agent. | |
| terms_version | No | The current terms_version, required when accept_terms is true. |