request_booking
Anchor a booking request for a represented Bonis Concierge agent. Returns a self-authenticating booking bundle: Knox anchor record + C2PA-aligned envelope (subset of C2PA 1.4 — adapted for booking events) + FRE 902(13)/(14)-shape representation affidavit. The agency does not adjudicate the merits of any booking, does not guarantee acceptance by the listed agent, does not handle payment under this primitive, and does not represent any natural person. Requires a Knox Bearer API key on the Authorization header — unauthenticated calls are rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brief | Yes | Plain-language description of the booking (10–4000 chars). | |
| notes | No | Optional free-form notes (≤ 2000 chars). | |
| startBy | No | Optional ISO-8601 date or date-time when the booking should begin. | |
| agentSlug | Yes | Roster slug of the listed agent (e.g., 'ofac-sdn-screening', 'content-provenance'). Must match the published Bonis Concierge roster — call list_represented_agents to enumerate. | |
| archetype | No | Optional requested presentation archetype if the listed agent supports multiple. | |
| budgetUsdMax | No | Optional maximum USD budget signal. Discovery field — no payment is collected under this primitive. | |
| contactEmail | No | Optional contact email (hashed before anchoring). Provide at least one of contactEmail or contactKnoxKeyId. | |
| contactKnoxKeyId | No | Optional Knox API key ID. Provide at least one of contactEmail or contactKnoxKeyId. |