Run a public Bay Run Pin
run_pinRun a public Bay Run Pin with just its input — {pin_id, input}. Canonical classification and Guard Pins also accept a bounded list of up to 8 strings; rows run through the existing scalar contract and return ordered per-row outcomes. max_price_usd and idempotency_key are OPTIONAL: omit max_price_usd to inherit the pin's mint ceiling; omit idempotency_key and a deterministic one is auto-minted from the input (retries replay from the durable Pin run authority across workers and restarts when configured). omit_raw_result is OPTIONAL and defaults to true for this MCP tool; set it false only when the receipt-bound raw result is required. REST keeps the same decision-first default; set it false for the explicit compatibility opt-in. max_price_usd is a hard per-call ceiling against the route's actual priced cost, never a promise to spend; successful zero-ceiling calls include receipt-bound per-row no_spend_evidence. Batch summaries make no aggregate no-spend claim unless every row receipt verifies. For the common retrieval loop, run the Guard Pin before generation or tool use, then run the Rerank Pin on retrieved documents before adding them to context. For canonical Pins, act on decision.action first; result is the preserved raw model output bound by the receipt when omit_raw_result=false. Canonical aliases are guard, sentiment, tickets, and rerank; responses always return the underlying durable pin_id. Each scalar result includes its receipt-derived execution_id and a one-shot feedback URL/hint. The hint is write-authorized only for the authenticated execution credential that created that execution or an operator-attested owner evaluation credential; public demo, static, and OAuth bearers cannot submit feedback or corrections. Corrected or rejected held-out retention requires the exact receipt-bound input. Cross-Pin export or route changes still require evaluation:owner_write. Canonical pins callable with just {input}: prompt-injection guard route_00857aa05f863c2cdba0e908366b2cca; provisional sentiment route_1c7472e940dc02517f5af93792bf07ee; provisional ticket routing route_571826c40685073a99510b1951e60338; provisional document reranking route_f5411cdb31b03621742a58371fa95732. Free during launch: no card, no signup, no email. Mint a durable key with POST https://run.huggingbay.xyz/v1/keys/free
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Input matching the pinned task. | |
| pin_id | Yes | Public Pin id or canonical alias guard, sentiment, tickets, or rerank. Canonical ids and evidence labels are listed in the tool description. | |
| max_price_usd | No | Optional caller-authorized USD ceiling. Omit to inherit the pin's mint ceiling. | |
| idempotency_key | No | Optional stable retry key. Omit and it is auto-minted from {pin_id, input}. | |
| omit_raw_result | No | Optional decision-first projection. Defaults true for MCP; true omits the raw model result but retains decision and receipt evidence. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||