This guide will get you from zero to your first working query in minutes. We’ll set up a minimal configuration and run your first infrastructure query.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/bgdnvk/clanker/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before starting, make sure you have:- Clanker installed (installation guide)
- An OpenAI API key or Gemini API key
- AWS CLI configured (for AWS queries) or kubectl configured (for Kubernetes queries)
Your first query
The fastest way to get started is with a simple query using environment variables:Run your first query
Try a simple test query:
Without a config file, Clanker defaults to OpenAI’s
gpt-5 model.Set up configuration (recommended)
For a better experience, create a configuration file:Common query patterns
Now that you’re set up, try these common queries:AWS infrastructure
Kubernetes
GitHub
Follow-up questions
Clanker maintains conversation context, so you can ask follow-up questions:Using different AI profiles
If you have multiple AI providers configured, switch between them:Override AWS profiles
You can override the default AWS profile for specific queries:Debug mode
When things aren’t working as expected, enable debug mode:- Selected tools and operations
- AWS CLI calls being made
- Prompt sizes and LLM operations
- Response generation details
Agent trace mode
For detailed coordinator and agent lifecycle logs:View your configuration
Verify your configuration at any time:Next steps
Configuration
Deep dive into all configuration options, AI providers, and multi-cloud setup
AWS commands
Learn about AWS-specific features and the maker mode for infrastructure changes
Kubernetes
Explore Kubernetes cluster management, deployments, and troubleshooting
Debugging
Debug mode and troubleshooting
Clanker is read-only by default. To make infrastructure changes, you need to use
--maker mode, which generates reviewable plans before applying changes.