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.