> ## Documentation Index
> Fetch the complete documentation index at: https://www.testmuai.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Kane CLI Use Cases

> Browse Kane CLI use cases by category, from API testing to everything you can drive with a single natural-language command.

Kane CLI is a natural-language command line tool for testing. Instead of writing test scripts, you describe what you want to test in plain English inside a `kane-cli run "..."` command. Kane CLI opens a real browser session, performs the described navigation and API calls, evaluates your assertions, and prints a live step-by-step log together with a plain-language pass or fail summary. Every successful run can be saved as a structured, shareable test case inside KaneAI Test Manager for future reuse.

The categories below group the most common scenarios you can cover with Kane CLI, each with the exact steps to follow. Every use case is a single command you can copy, adapt to your own endpoints, and drop straight into a CI pipeline.

## Browse by Category

<Card title="🔗 API Testing" href="/docs/docs/api-testing-with-kane-cli/">
  Smoke tests, auth-token chaining, schema and field validation, negative paths, SLA gates, and multi-step transactions.
</Card>

<Card title="🤖 AI Coding Agents" href="/docs/docs/kane-cli-with-ai-coding-agents/">
  Give Claude Code, Codex CLI, or Gemini CLI a real browser: verify a change, reproduce a bug, diagnose failures, and commit verified runs as tests.
</Card>
