B
bidda-compliance
/open_run
open run
Open a run ledger: a signed, tamper-evident log of what an agent does across a whole task or conversation (for example a support-bot chat). Returns a run_id. Re
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 /open_run for me.
Input
| Field | Type | Description |
|---|---|---|
| agent* | string | The system or agent running the task or conversation. |
| label | string | Optional human label, for example the chat or ticket id. |
| api_key | string | Optional. 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":"/open_run","input":{"agent":"..."}}'cli
npx cracked-ai run -p mcp-com-bidda-bidda-compliance -e /open_run -i '{"agent":"..."}'mcp
run_tool({ provider: "mcp-com-bidda-bidda-compliance", endpoint: "/open_run", input: {"agent":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.