Every link an agent creates is scoped to your userId and organizationId in the data model. The agent context (agent_id, run_id, actor_id) is metadata on top — never a substitute for ownership.
Custom domain, QR codes, link-in-bio, retargeting pixels — agents inherit them automatically. Links from a Claude run come out as yourbrand.com/x, not go2.gg/x.
One call revokes every link a run created. Set lifecycle on creation: single-use, expiring, or run-revocable. The audit log knows which agent did what — and so do you.
Owner / admin / member roles, invitations, per-org subscriptions. Operate one workspace, run multiple agents inside it; or run agents on behalf of clients with their own workspaces.
A click that converts can be traced back to the agent_run, the prompt template, and the tool call that created the link. Pull it from /agent-attribution into your funnel of choice.
Third-party agents register themselves and get a token scoped to your workspace — without ever holding a long-lived API key. The right primitive for the agentic economy, on by default.