tare integrate claude-code

Configure Claude Code to use the gateway

Usage:
  tare integrate claude-code [flags]

Flags:
      --api-key string              inference API key to use (default: reuse the profile's, else mint one)
      --dataplane string            workspace id of the data plane (gateway) to use
      --dry-run                     show the config changes without writing them
      --gateway-url string          override the gateway base URL (host, no /v1)
      --model string                model to configure (default: first chat model in the catalog)
      --passthrough claude /login   Claude Code only: passthrough/Max mode -- authenticate to Anthropic with your claude /login OAuth token; the TARS key goes in x-tars-api-key (ANTHROPIC_API_KEY is left unset)
  -y, --yes                         skip confirmation prompts (e.g. minting a key)

Global Flags:
      --base-url string   override the management API base URL for this invocation
  -p, --profile string    credential profile (overrides AGENTROUTER_PROFILE / active)
  -q, --quiet             Suppress progress output; only errors and the final summary go to stderr
  -v, --verbose           Verbose output: plain-mode progress lines plus full per-blob chunk logs to stderr