bidda-compliance
B
bidda-compliance
/create_attestation

create attestation

Create a signed, time-stamped record of which Bidda rules a person or AI agent relied on for a decision. Returns a record ID and a public verify URL so anyone c

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 /create_attestation for me.

Input

FieldTypeDescription
agent*stringThe system or AI agent that made the decision.
nodes*arraynode_ids that were checked (max 50).
actionstringOptional: what the agent did.
workflow_steps_followedarrayOptional: steps the agent followed.
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":"/create_attestation","input":{"agent":"...","nodes":[]}}'
cli
npx cracked-ai run -p mcp-com-bidda-bidda-compliance -e /create_attestation -i '{"agent":"...","nodes":[]}'
mcp
run_tool({ provider: "mcp-com-bidda-bidda-compliance", endpoint: "/create_attestation", input: {"agent":"...","nodes":[]} })

Try it

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