Skip to main content

tare api byok add

Register encrypts and stores a provider API key under a project.

Usage:
tare api byok add [flags]

Flags:
--customer string Defaults to the caller's session customer when empty.
--key string Plaintext provider key, e.g. (required)
--name string Operator-supplied label for the key, e.g. (required)
--project string Defaults to the caller's session project when empty.
--provider string Provider this key authenticates against. (required)
--user-scope user_scope registers a per-user key private to the caller that overrides the project key for the caller's inference traffic.

Global Flags:
--base-url string override the active profile's base URL for this invocation
-o, --output string output format: json (default "json")
-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