domainId, so these are the tools an agent uses to find one before calling userplane_create_link.
userplane_list_domains
List custom domains registered to a workspace. Each domain has a status (pending, verified, revoked). Filter by status to find only usable domains.
Returns: Paginated list of domains. Each entry is a flat object with
domainId, domainUrl, domainStatus, and createdAt.
userplane_get_domain
Retrieve details for a single custom domain including URL, verification status, and creation time.
Returns: A flat object with
domainId, domainUrl, domainStatus, and createdAt.
Example prompts
Replace
{workspaceId} with your actual workspace ID from the Userplane dashboard URL bar.Related articles
- Recording Link Tools — tools for creating and managing recording links.
- Workspace Tools — tools for profiles, workspaces, and projects.
- Getting Started — first steps after connecting your AI client.