Skip to main content

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
FieldDescriptionScheme
apiKey*

Anthropic API key for authentication

EnvVar

model*

Anthropic model to use

string

url

Optional API endpoint URL

EnvVar

Example

anthropic-connection.yaml
apiVersion: 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