A capability URL is a link that acts as a key. If you know the URL, you have access. No login, no password — the link itself is the permission.
Your form builder uses the same pattern. When you create a form, the server generates a secret token and builds a results URL with it: /forms/5/results/a3x9k2.... Anyone with that URL can see submissions. Anyone without it can't.
Capability URLs are simple and effective, but they have real limits:
These limits are fine for a form builder. But when you need to know who someone is — not just whether they have a link — that's when you need login and user accounts.