arize-link

Generate valid Arize UI deep links for traces, spans, and datasets.

Updated May 5, 2026
One-click install
npx skills add https://github.com/ethan-rio/skills --skill arize-link-ethan-rio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arize-link
Source: https://github.com/ethan-rio/skills/tree/main/skills/arize/arize-link
Command: npx skills add https://github.com/ethan-rio/skills --skill arize-link-ethan-rio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manually constructing Arize UI deep links for traces, spans, and other observability resources is error-prone, with missing base64 ID encoding or incorrect time range parameters frequently causing 404 errors or empty "no data" views.

Core Features & Use Cases

  • Multi-resource link generation: Builds valid deep links for traces, spans, sessions, datasets, labeling queues, evaluators, and annotation configs.
  • Input validation: Automatically verifies all path IDs are base64-encoded to prevent broken links.
  • Smart time range handling: Calculates required start/end timestamps for time-bound resources using user-provided values, span metadata, or a 90-day fallback to avoid empty views.
  • Use case: If you have a trace ID from exported LLM logs, use this skill to generate a working link that opens the exact trace in Arize with the correct time window, no manual URL editing required.

Quick Start

Use the arize-link skill to create a clickable link to trace trAce123 in project proj456 covering the last 24 hours.

Frequently Asked Questions about arize-link

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a valid Arize deep link from a trace ID?

Generating Arize deep links from trace IDs requires base64 ID validation and automatic time range calculation to construct working URLs that navigate directly to the exact trace without manual editing.

Why does my Arize trace URL show no data or a 404 error?

Arize trace URLs often show 404 errors or empty views because of missing base64 ID encoding or incorrect time range parameters. Automated link generation validates these inputs to ensure links function correctly on first use.

Can I generate direct links to Arize labeling queues and datasets?

Yes, you can generate valid deep links for Arize labeling queues and datasets. The link builder supports multi-resource URL generation for traces, spans, sessions, evaluators, and annotation configurations.

How do time ranges work when building Arize observability links?

Time ranges for Arize observability links are calculated automatically using user-provided values, span metadata, or a 90-day fallback window for time-bound resources to prevent empty views.

What is the best way to share Arize LLM tracing sessions with my team?

The best way to share Arize LLM tracing sessions is using an automated link generator that constructs valid deep links with base64 validation and correct time windows, eliminating manual URL errors.

Do I need base64 encoded IDs for Arize annotation config links?

Yes, base64 encoded IDs are required for Arize annotation config links. The system enforces base64 ID validation across all path IDs to prevent broken links and ensure direct navigation succeeds.