register_agent
Get this agent its own identity, once: answers an agent id and a key. The key is shown in this answer and never again — keep it and send it as Authorization: Bearer <key> on every later call. hold_slot, confirm_booking, cancel_booking need it; finding offers and reading a session do not. With a key the hold and cancel budgets are yours instead of your address's, so two agents behind one address no longer take each other's. 3 registrations per client per day: register once and keep the key, do not mint one per conversation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | What to call this agent, for the operator to recognise it by: one line, 1–60 characters. Not a secret and not a login — the key is the identity. |