Skip to content

research

Run multi-pass deep research across the current infrastructure estate.

clanker research fans out across analysis subagents, prioritizes cost and operational findings, and emits structured JSON that Clanker Cloud can render into a report.

Usage

bash
clanker research [question] [flags]

Examples

bash
clanker research "where are we wasting the most cloud spend?"
clanker research "find resilience risks across prod" --profile prod
clanker research "compare app runtime options for this estate" --gcp-project my-project
clanker research "summarize open infra risks" --workspace production

Provider Scope Flags

FlagDescription
--profileAWS profile for provider-side research helpers
--gcp-projectGCP project ID for provider-side research helpers
--azure-subscriptionAzure subscription ID for provider-side research helpers
--workspaceTerraform workspace for provider-side research helpers

AI Override Flags

research accepts the same AI profile, key, and model override flags as ask, including --ai-profile, --openai-key, --openai-model, --anthropic-key, --gemini-key, --cohere-key, --deepseek-key, --minimax-key, and --local-model-inference-url.

Output

The command is intended for report generation and agent handoff. Prefer --debug while validating a new workspace so you can see provider-helper failures and missing credentials.