Covendocs
Memory + ModelsAnthropic

Anthropic

Anthropic model access in Coven through Claude Code, including setup, doctor checks, and credential boundary.

1 min read

Anthropic model access currently flows through Claude Code.

npm install -g @anthropic-ai/claude-code
claude doctor
coven doctor
coven run claude "polish this UI"

Boundary

Claude Code owns Anthropic provider credentials and model calls. Coven owns the session record, PTY supervision, attach/replay behavior, and event log.

Coven does not read Anthropic API keys, OAuth state, or Claude Code credential stores. If Claude Code setup is incomplete, run claude doctor and retry.

Was this page helpful?No

Last updated on

On this page