create_qurl
Generate a secure, policy-bound link to a protected resource with custom expiration, access controls, and one-time use. Share the ephemeral link immediately after creation.
Instructions
Create a qURL - a secure, policy-bound link to a protected resource. The returned qurl_link is ephemeral (shown once) and should be shared immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_url | Yes | The URL to protect with qURL | |
| label | No | Human-readable label identifying who this qURL is for (max 500 chars) | |
| expires_in | No | Duration string (e.g., "1h", "24h", "7d") | |
| one_time_use | No | Whether the link can only be used once | |
| max_sessions | No | Maximum concurrent sessions (0 = unlimited, max 1000) | |
| session_duration | No | How long access lasts after clicking (e.g., "1h") | |
| custom_domain | No | Custom domain to assign to the auto-created resource | |
| access_policy | No | Access control policy for the qURL |