Link portfolios
Requires a Pro plan or higher.
Link portfolios are public pages that display a curated set of your links with live analytics. Share them with clients, stakeholders, or anyone who needs to see link performance without giving them dashboard access.
Creating a portfolio
- Go to Portfolios
- Click New portfolio
- Set a name, slug (URL path), and optional description
- Add links from your workspace
- Save
The portfolio is immediately available at https://yourdomain.com/p/{slug}.
Public page
Each portfolio has a public URL at /p/{slug} - no login required. The page shows:
- Portfolio name and description
- List of links with their short URLs
- Click counts per link (optional)
- Total click count
The page is cached for 5 minutes and uses minimal HTML with no external resources.
Customization
Display options
- show_clicks - Show click counts on the public page (default: true)
- show_trend - Show click trend data
Styling
Customize the public page colors:
- bg_color - Background color (hex)
- text_color - Text color (hex)
- accent_color - Accent/link color (hex)
Managing links
- Add up to 50 links per request to a portfolio
- Links are displayed in the order they were added (sort order)
- Remove individual links without affecting the links themselves
- Deleting a portfolio does not delete its links
Slugs
Portfolio slugs must be:
- Lowercase letters, numbers, hyphens, and underscores only
- 50 characters or fewer
- Unique across all workspaces
If you don’t provide a slug, one is auto-generated.
Plan limits
| Plan | Max portfolios |
|---|---|
| Pro | 3 |
| Team | 10 |
| Agency | 25 |
API
See the Portfolios API reference for full endpoint documentation.