# Credentials with both API key and OAuth options.
#
# Multiple anthropic entries require explicit selection:
#   python -m agentrelay.run_graph graph.yaml \
#     --credentials credentials-both.yaml \
#     --anthropic-credential max_plan
#
# Or set a default in the graph YAML:
#   anthropic_credential: max_plan

token_tiers:
  read_only:
    GH_TOKEN: ghp_readonly_xxxx
  standard:
    GH_TOKEN: ghp_standard_yyyy
  elevated:
    GH_TOKEN: ghp_elevated_zzzz

anthropic:
  dev_api_key:
    type: api_key
    key_file: ~/.config/anthropic/api_key
  max_plan:
    type: oauth
    path: ~/.claude/.credentials.json
