Docs/Guides Index

Guides

Practical tutorials focused on developer workflow: observability, stability, and guardrails for real LLM apps.

10 minutes: add LLM Proxy + Logging to prevent secret leaks

A practical playbook for indie builders. Add one proxy layer with logging, replay, and minimal guardrails without rewriting your app.

Read guide

10-minute minimal LLM guardrails against prompt attacks and jailbreaks

Practical, plain-language guardrails for indie builders: rule-style system prompts, input interception, and output redaction.

Read guide

LLM Audit Log + Replay: from 'cannot reproduce' to 'locate in 60s'

Build a practical observability and debugging loop for LLM apps with request IDs, replay, and parameter diffs.

Read guide