autotel-api-surface

Document autotel API function signatures, import paths, and integration practices.

7|3|Updated Nov 26, 2025
One-click install
npx skills add https://github.com/jagreehal/autotel --skill autotel-api-surface
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autotel-api-surface
Source: https://github.com/jagreehal/autotel/tree/main/autotel-observability/skills/autotel-api-surface
Command: npx skills add https://github.com/jagreehal/autotel --skill autotel-api-surface

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive documentation of autotel's public APIs, enabling developers to understand function signatures, import paths, and utilization methods effectively.

Core Features & Use Cases

  • API Reference: Detailed descriptions of core autotel functions like trace, span, instrument, and more.
  • Usage Guidance: Instructions on how to implement and integrate these APIs within different codebases.
  • Quick Start: Consult the autotel API reference to quickly find the function signatures and recommended usage patterns.

Quick Start

Refer to the autotel API documentation to look up the signature and usage of trace() when instrumenting functions.

Frequently Asked Questions about autotel-api-surface

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

FAQPage Schema
How do I use the trace() function for instrumentation in JavaScript?

To use the trace() function for instrumentation in JavaScript, consult the autotel API reference to find its exact function signature, import paths, and recommended usage patterns for integrating instrumented code.

What is the correct import path for autotel core API functions like span and instrument?

The correct import paths for autotel core API functions like span and instrument are detailed in the autotel API surface documentation, which provides comprehensive reference for function signatures and integration methods.

What are the best practices for integrating autotel APIs into my existing codebase?

Best practices for integrating autotel APIs involve consulting the API reference for detailed function descriptions and utilizing the provided usage guidance to effectively implement trace, span, and instrument functions.

When do I need to use the instrument function over span in autotel?

Understanding when to use the instrument function over span requires consulting the autotel API reference, which provides detailed descriptions of core functions and their specific utilization methods.

Why should I check the autotel API reference before instrumenting functions?

Checking the autotel API reference before instrumenting functions ensures you understand the exact function signatures and recommended usage patterns, enabling effective integration and configuration of tracing APIs.