shorten_url
Shorten long URLs into compact links with optional custom slugs, password protection, and expiration. Ideal for sharing links or creating temporary, revocable references between agents.
Instructions
Create a short link from a long URL. Use this to share links, pass context between agents, or create temporary revocable references.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The long URL to shorten | |
| slug | No | Custom short slug (back-half). Auto-generated if omitted. | |
| password | No | Optional password to protect the link | |
| keep_days | No | Keep duration in days (default 30, plan-dependent max) |