Expand description
Anthropic (Claude) cloud provider
Fetches conversation history from Claude web interface.
§Authentication
Requires either:
- API key via
ANTHROPIC_API_KEYenvironment variable - Session token for web interface access
Note: The official Anthropic API is stateless and doesn’t store conversations. Web conversation history requires session authentication.
Structs§
- Anthropic
Provider - Anthropic Claude provider for fetching conversation history
Functions§
- parse_
claude_ export - Parse a Claude export file (if available)