Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.runcascade.com/llms.txt

Use this file to discover all available pages before exploring further.

Add Cascade context to your AI code editor so it can help you implement tracing, evaluations, and monitoring correctly.

Quick Setup

Add to global rules (recommended):
curl https://docs.runcascade.com/agent-rules.md -o ~/.claude/CLAUDE.md
Or add to project-specific rules:
curl https://docs.runcascade.com/agent-rules.md -o CLAUDE.md
After adding rules, your AI assistant will understand Cascade’s APIs and best practices.

What This Enables

Your AI code editor will automatically:
  • Use correct Cascade SDK patterns
  • Implement tracing decorators properly
  • Configure evaluations with appropriate rubrics
  • Follow multi-agent and session conventions