arize-link

Generate Arize UI deep links with base64-encoded identifiers and time ranges.

5|6|Updated Jun 28, 2026
One-click install
npx skills add https://github.com/seldo/aiewf-2026-demo --skill arize-link-seldo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arize-link
Source: https://github.com/seldo/aiewf-2026-demo/tree/main/.agents/skills/arize-link
Command: npx skills add https://github.com/seldo/aiewf-2026-demo --skill arize-link-seldo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps streamline communication by providing deep links to specific Arize resources, such as traces, spans, sessions, datasets, labeling queues, evaluators, and annotation configs.

Core Features & Use Cases

  • Deep Link Generation: Automatically creates links to Arize UI resources for quick access.
  • Base64 Encoding: Ensures correct and valid path IDs in the URLs.
  • Time Range Adjustment: Allows for custom time ranges for traces and spans to view specific data.

Quick Start

Use the arize-link skill with the following command to generate a link for a specific trace: arize-link --org_id=org_base64_id --space_id=space_base64_id --project_id=project_base64_id --trace_id=trace_base64_id

Frequently Asked Questions about arize-link

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

FAQPage Schema
How do I generate clickable deep links to Arize traces and evaluations?

Generate clickable deep links to Arize traces by using pre-defined templates that accept your specific Arize project, trace, and evaluation IDs to construct valid hyperlinks. The Skill automatically handles base64 encoding for these identifiers to ensure proper URL formatting.

Can I create shareable links to specific Arize spans and sessions?

Yes, you can create shareable links to specific Arize spans and sessions. The Skill builds hyperlinks targeting various Arize UI resources, allowing you to quickly direct team members to exact tracing data, labeling queues, datasets, and annotation configs.

Do I need to base64 encode Arize IDs before generating trace viewing links?

No, you do not need to manually base64 encode Arize IDs before generating trace viewing links. The Skill requires the IDs as input and automatically applies the necessary base64 encoding to ensure correct and valid path IDs within the generated URLs.

How do I set custom time windows for Arize trace navigation links?

Set custom time windows for Arize trace navigation links by specifying the desired time range parameters. The Skill dynamically calculates and applies these custom time ranges for tracing and evaluation sessions when constructing the deep links.

What is the best way to share Arize labeling queues and evaluators with my team?

The best way to share Arize labeling queues and evaluators is to generate direct hyperlinks using the Skill's templates. This streamlines communication by providing team members with clickable links that open the exact Arize UI resources without requiring manual navigation.

Why do my generated Arize resource links fail to navigate to the correct project?

Arize resource links fail to navigate correctly if the project, space, or organization IDs are not properly base64 encoded. The Skill prevents this by applying the required base64 encoding to your identifiers during the link generation process.