URL Context
Model the URL context that prepares Klykable sessions before conversation begins.
URL context is the input layer for Klykable.
The host, path, query parameters, signed payloads, and workspace defaults form a context envelope. That envelope prepares the session before the user sends a message.
Context fields
Typical fields include tenant, workflow, source, account, request type, product, plan, locale, and signed metadata.
Context rules
- Treat unsigned context as advisory.
- Keep sensitive policy on the server side.
- Store the resolved context with the session.
- Make context inspectable during review.
Do not overstuff URLs
The URL should point to context, not carry every private detail. Use signed references or database lookups for sensitive state.