api-debug

Query the PrdAgent API with AI Access Key authentication to fetch live debugging data.

2|1|Updated Dec 10, 2025
One-click install
npx skills add https://github.com/inernoro/prd_agent --skill api-debug-inernoro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-debug
Source: https://github.com/inernoro/prd_agent/tree/main/.claude/skills/api-debug
Command: npx skills add https://github.com/inernoro/prd_agent --skill api-debug-inernoro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Query the PrdAgent API to fetch live data for debugging, enabling engineers to verify data states and reproduce issues without guessing.

Core Features & Use Cases

  • Authentication and authorization via AI Access Key and impersonation headers to securely access /api endpoints.
  • Comprehensive endpoint coverage: users, prd, models, logs, and system status.
  • Use cases include investigating issues, verifying API behavior, and tracing data lineage across projects, users, and PRDs.

Quick Start

Query the API with an AI Access Key and impersonation user to fetch live data for debugging.

Frequently Asked Questions about api-debug

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

FAQPage Schema
How do I query live API data for debugging and reproducing user-reported issues?

Query live API data for debugging by authenticating with an AI Access Key and impersonation headers to fetch real-time states across endpoints. This enables you to investigate issues, verify data states, and reproduce user-reported problems without guessing.

How does API impersonation work for secure endpoint debugging?

API impersonation for secure debugging works by sending the X-AI-Impersonate header alongside the X-AI-Access-Key authorization header. This allows you to safely access API endpoints and reproduce user-specific system behavior.

What environment variables do I need to access API endpoints for QA investigations?

To access API endpoints for QA investigations, you need the AI_ACCESS_KEY and MAP_AI_USER environment variables configured. These provide the necessary credentials to authorize debugging requests.

Can I trace data lineage across projects and users using API logs?

You can trace data lineage across projects and users by querying the API logs endpoints. This allows you to understand system behavior and verify API behavior across projects, users, and PRDs.

Which API endpoints are available for investigating system behavior and data states?

Available API endpoints for investigating system behavior include users, prd, models, logs, and system status. Comprehensive endpoint coverage enables you to verify data states and trace issues across the platform.