BR
Booking Request
/request_booking
request booking
Anchor a booking request for a represented Bonis Concierge agent. Returns a self-authenticating booking bundle: Knox anchor record + C2PA-aligned envelope (subs
liveverifiedunknown~5s typical
mcpprobedbookingrequest
$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-bonissystems-booking-request /request_booking for me.
Input
| Field | Type | Description |
|---|---|---|
| agentSlug* | string | Roster slug of the listed agent (e.g., 'ofac-sdn-screening', 'content-provenance'). Must m |
| brief* | string | Plain-language description of the booking (10–4000 chars). |
| archetype | string (auditor | investigator | sentinel | notary | compliance_officer | forensic_analyst) | Optional requested presentation archetype if the listed agent supports multiple. |
| startBy | string | Optional ISO-8601 date or date-time when the booking should begin. |
| contactEmail | string | Optional contact email (hashed before anchoring). Provide at least one of contactEmail or |
| contactKnoxKeyId | string | Optional Knox API key ID. Provide at least one of contactEmail or contactKnoxKeyId. |
| budgetUsdMax | number | Optional maximum USD budget signal. Discovery field — no payment is collected under this p |
| notes | string | Optional free-form notes (≤ 2000 chars). |
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-bonissystems-booking-request","endpoint":"/request_booking","input":{"agentSlug":"...","brief":"..."}}'cli
npx cracked-ai run -p mcp-com-bonissystems-booking-request -e /request_booking -i '{"agentSlug":"...","brief":"..."}'mcp
run_tool({ provider: "mcp-com-bonissystems-booking-request", endpoint: "/request_booking", input: {"agentSlug":"...","brief":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.