Anthropic
Anthropic connections enable integration with Anthropic's Claude API for AI-powered playbook actions, automated analysis, and intelligent response generation.
Used By
- AI Action - Use AI for complex reasoning, code analysis, and technical explanations
| Field | Description | Scheme |
|---|---|---|
apiKey* | Anthropic API key for authentication | |
model* | Anthropic model to use |
|
url | Optional API endpoint URL |
Example
anthropic-connection.yamlapiVersion: mission-control.flanksource.com/v1
kind: Connection
metadata:
name: anthropic-claude
spec:
anthropic:
model: claude-3-5-sonnet-20241022
apiKey:
valueFrom:
secretKeyRef:
name: anthropic-credentials
key: API_KEY