Skip to main content

tare api mcp oauth-clients create

CreateMcpOAuthClient registers a new OAuth client under a project.

Usage:
tare api mcp oauth-clients create [flags]

Flags:
--authorization-url string Required: OAuth authorization endpoint URL. (required)
--client-id string Required: OAuth client id from the provider. (required)
--client-secret string Required: OAuth client secret. (required)
--customer-id string Defaults to the caller's session customer when empty.
--project-id string Defaults to the caller's session project when empty.
--provider string Required: stable provider key, e.g. (required)
--provider-name string Required: human-friendly provider display name. (required)
--status string Optional: initial status ("active" | "inactive").
--token-url string Required: OAuth token endpoint URL. (required)

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