start_tripactimperative
Create a new Trip in this browser, with no sign-in. Optional intent is the why of the Trip, for example "two weeks, Japan, maybe Seoul". Returns the Chat URL path. The Trip object is minted on first use, the same as typing at the door. A logged-out browser may own one Trip; a second create returns that limit as data.Input schema
{
"type": "object",
"properties": {
"intent": {
"type": "string",
"description": "Why this Trip exists. Destinations and dates may change; the intent stays. Omit if unknown."
}
},
"required": [],
"additionalProperties": false
}