ChatGPT (or any other agent) sees only what the dispatcher returns. That includes the public lot metadata — name, capacity, geometry, current rate, current availability, walking distance — plus the session ids and session codes the GPT itself created during the conversation. It does not see card numbers, driver email addresses, or other operator-private data; those fields are stripped server-side before the response leaves the API.
The license plate is the only piece of driver-supplied data the dispatcher accepts. It is stored server-side in encrypted form and is not echoed back to the GPT after creation. If the driver asks the GPT to recall their plate later in the same conversation, the GPT must ask them — the dispatcher will not return it.
OpenAI Enterprise customers who require zero data retention can set the X-Park-Graph-Retention: zero header on every call. The dispatcher will then store only the minimum data required to operate the booking (session id, payment intent id, encrypted plate) and will purge audit logs after 24 hours instead of the default 90 days.