Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.helicone.ai/llms.txt

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

This integration method is maintained but no longer actively developed. For the best experience and latest features, use our new AI Gateway with unified API access to 100+ models.
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks.
1
2
export ANTHROPIC_BASE_URL=https://anthropic.helicone.ai/<your-helicone-api-key>
3
In your terminal, replace “what is the meaning of life?” with your own prompt.
claude -p 'what is the meaning of life?'
4