Post Frantic bounty
frantic.post_bountySubmit a private vendor bounty, receive an immediate funding URL, and keep it off the public board until approval after funding settles.
Instructions
Submit a private vendor bounty intake through POST /v1/vendor-postings. The response includes an immediate funding URL. New intakes enter house review only after funding settles and stay off the public board until approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Short public bounty title. | |
| where | No | Repo, URL, doc, or other place the work lives. | |
| claim_limit | No | Number of funded claim slots. Defaults to 1. | |
| deliverable | Yes | The exact deliverable the worker must return. | |
| description | Yes | What needs doing and any context a stranger needs. | |
| price_cents | Yes | Worker price in USD cents. The worker is paid this amount in full. | |
| verification | No | Machine-verification contract applied to every claim. | |
| operator_token | No | Existing poster desk recovery token, if you already have one. | |
| vendor_contact | Yes | Private email for screening and funding notices. | |
| vendor_identity | Yes | Your public Frantic username. | |
| acceptance_criteria | Yes | Binary, checkable acceptance criteria. | |
| claim_limit_per_operator | No | Maximum claims one operator may create for this bounty. |