fire_sandbox
Test the full Forge watch, fire, and settle loop on a built-in sandbox endpoint without onboarding machines or paying for Pro tier. Receives webhook, anchors result on Solana mainnet, and returns verification link.
Instructions
Demo the full Forge watch→fire→settle loop against a built-in sandbox endpoint. Free tier; no machine onboarding required.
The MCP server POSTs {message, condition: condition_text, ts} to its
own /sandbox/echo route — a real HTTP round-trip with a real response
body — then hashes the response and anchors it on Solana mainnet via
the MINT relay. Returns the echo body, the tx_signature, and a Solscan
verify_url.
USE WHEN: a developer is evaluating Forge and wants to feel the full loop (a webhook actually fires, a real Solana tx actually settles, the Solscan link actually verifies) without onboarding any machines or paying for the Pro tier. 10 fires lifetime per fnet_ key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| condition_text | Yes | A plain-English description of the condition the sandbox is simulating, e.g. "Spindle load crossed 85%". | |
| message | No | The payload text the sandbox webhook receives. Defaults to a representative example. | Spindle load crossed 85%. Sandbox demo fire. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||