Guides¶
Welcome to the clinvoker guides. These guides provide step-by-step instructions for common tasks and workflows.
Getting Started¶
New to clinvoker? Start here:
- Basic Usage - Learn the fundamentals of using clinvoker
- Configuration - Customize clinvoker for your needs
- Session Management - Work with persistent sessions
Execution Patterns¶
Learn different ways to execute AI tasks:
- Parallel Execution - Run multiple prompts simultaneously
- Chain Execution - Create sequential workflows
- HTTP Server - Run clinvoker as an API server
Backends¶
Explore supported AI backends:
- Backend Overview - Compare all available backends
- Claude Code - Anthropic's Claude Code integration
- Codex CLI - OpenAI's Codex CLI integration
- Gemini CLI - Google's Gemini CLI integration
- Backend Comparison - Detailed comparison of backends
Integrations¶
Connect clinvoker with your existing tools:
- Integrations Overview - All integration options
- Claude Code Skills - Create reusable skills
- LangChain/LangGraph - Build LLM applications
- OpenAI SDK - Use OpenAI-compatible clients
- Anthropic SDK - Use Anthropic-compatible clients
- MCP Server - Model Context Protocol integration
- CI/CD Platforms - Automate with CI/CD
Choosing a Guide¶
Not sure where to start? Pick based on your goal:
| Goal | Recommended Guide |
|---|---|
| Run my first prompt | Basic Usage |
| Compare AI responses | Backend Comparison |
| Automate code reviews | CI/CD Integration |
| Build an AI workflow | Chain Execution |
| Deploy as a service | HTTP Server |
| Integrate with my app | Integrations Overview |