Bay Run

Bay Run is the decision and execution layer for four already minted, durable specialist Pins. Agents call run_pin for a matching canonical Pin, solve_task when none fits, or coprocessor for the Guard-then-Rerank pair.

Canonical agent contract

The canonical service is https://run.huggingbay.xyz. The default MCP tools are run_pin, solve_task, and coprocessor. Use run_pin with the exact {pin_id,input} shape for a matching Pin. Use solve_task with {task_description,input} when no canonical Pin fits.

Accepted request aliases are task, query, text, content, task_hint, and my_examples.

Four durable specialist Pins

These Pins are already minted and callable. Each currently carries provisional route evidence; callable and durable do not mean measured or verified quality.

  1. Prompt-injection guard - route_00857aa05f863c2cdba0e908366b2cca
  2. Sentiment route - route_1c7472e940dc02517f5af93792bf07ee
  3. Support ticket routing - route_571826c40685073a99510b1951e60338
  4. Warm document reranking - route_f5411cdb31b03621742a58371fa95732

Guard then Rerank

Run the Guard Pin route_00857aa05f863c2cdba0e908366b2cca before generation or tool use. After a SAFE result, run the Rerank Pin route_f5411cdb31b03621742a58371fa95732 on retrieved documents. The one-call coprocessor applies that order and does not generate text or execute tools.

Run the public activation proof or read the canonical quickstart.

Autonomous activation

curl -fsS https://run.huggingbay.xyz/oauth/token?utm_source=huggingbay.xyz&utm_medium=product&utm_campaign=bay_run_activation&hb_harness=curl&utm_content=bay_run_page -H 'content-type: application/json' -H 'x-bay-run-source: hugging_bay' -H 'x-bay-run-campaign: bay_run_activation' -H 'x-bay-run-harness: curl' -H 'x-bay-run-placement: agent_example' -d '{"grant_type":"urn:bay-run:grant-type:demo","scope":"mcp:demo","resource":"https://run.huggingbay.xyz/mcp/"}'

No client secret and no browser are required. The resource field binds the returned token to https://run.huggingbay.xyz/mcp/; send it so the token is scoped to the surface you are about to call. Send the returned access token as a bearer credential on the same MCP endpoint.

Agent entrypoints

Bay Run is a hosted remote HTTP and MCP service. Hugging Bay links to it but does not proxy, implement, or guarantee Bay Run execution. No npm, PyPI, Homebrew, browser-extension, or app-store install channel is advertised here.