bidda-compliance
B
bidda-compliance
/record_run_entry

record run entry

Append one entry to an open run: which Bidda rules the agent consulted, what it decided, and the end user's input (as text via note, or privately as input_hash)

liveverifiedunknown~5s typical
mcpprobedbidda-compliance
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-bidda-bidda-compliance /record_run_entry for me.

Input

FieldTypeDescription
run_id*stringThe run_id returned by open_run.
nodesarrayOptional node_ids the agent consulted (max 50).
decisionstringOptional: what the agent decided or did this turn.
actionstringOptional: an action the agent took or checked.
notestringOptional: the end user's message as text.
input_hashstringOptional: a sha256:... hash of the user's message instead of the text.
output_hashstringOptional: a sha256:... hash of the agent's output.
entry_typestringOptional: node_consulted | action_checked | decision | note. Defaults to note.
verify_nodesbooleanOptional: pin each node in "nodes" to its current version + integrity hash (proof, not jus
modelstringOptional: the model id/version that produced this decision (e.g. gpt-4o-2024-08-06).
subject_hashstringOptional: a sha256:... hash of an end-user identifier for per-subject traceability. Hash o
api_keystringOptional. Your Bidda subscription key. Prefer sending it as the x-bidda-api-key header (or

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-bidda-bidda-compliance","endpoint":"/record_run_entry","input":{"run_id":"..."}}'
cli
npx cracked-ai run -p mcp-com-bidda-bidda-compliance -e /record_run_entry -i '{"run_id":"..."}'
mcp
run_tool({ provider: "mcp-com-bidda-bidda-compliance", endpoint: "/record_run_entry", input: {"run_id":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.