What problem does it solve? Programmatic access to the Alliance Network self-hosted Langfuse instance is blocked by Cloudflare Access on the public domain, causing SDK calls to fail with JSON parse errors. This Skill routes API calls through the Railway Tailscale gateway so you can inspect prompts, traces, and generations from a laptop. ## Core Features & Use Cases - Prompt Inspection: List all prompts in a project with versions and labels, or fetch a specific prompt's content for local reuse. - Trace Auditing: Fetch traces and generations by ID to see exactly what LLM calls bullqueue made for a given database row. - End-to-End Prompt Testing: Run a prompt against OpenAI with real production credentials using the included script template, without deploying code changes. - Use Case: While debugging the investor-update classifier, fetch the investor-update-analyze prompt, compile it with sample email vars, and run it against OpenAI locally to validate a prompt change before shipping. ## Quick Start Ask the AI to list all prompts in the Langfuse Space project and fetch the latest version of the investor-update-analyze prompt.