prove
Produce a zero-knowledge proof package from private activity data, writing proof and disclosures to disk without exposing salts. Returns the package path for verification.
Instructions
Produce a zero-knowledge proof package from private activity data using bb.js and Noir. Writes the full package and private disclosures to disk. Returns the path to the package; does not leak salts in tool response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | Yes | The private activity values as decimal strings, keyed by parameter name or meaning. | |
| recipe | No | The recipe object exactly as get_workspace_instructions returned it. | |
| recipe_path | No | File path to recipe.json if recipe object is not provided directly. | |
| include_proof | No | Return the raw base64 proof in the response as well as writing it to disk (default: false). Ask for it when you are the one submitting to the Methodology Graph, since submit_proof_package takes the proof as an argument. Send the proof_sha256 from the same response with it: the server checks the two against each other and refuses a proof that was altered on the way. |