Cline is the open coding agent. Learn more at https://cline.bot
1.1 Usage
Cline supports OpenAI-compatible providers, allowing direct connection to your API endpoint.
Method 1: CLI Setup (Recommended)
cline auth -p openai \
-k your-rygen-api-key \
-b https://api.rygen.io/v1 \
-m your-model-nameMethod 2: Settings UI
- Open Cline
- Go to
Settings→API - Select
OpenAI Compatible - Then Enter:
- Base URL:
https://api.rygen.io/v1 - API Key:
your-rygen-api-key - Model ID:
your-model-name
- Base URL:
- Save the configuration
1.2 Notes
- If the UI layout changes, the CLI method (
cline auth) is the most reliable setup path - Ensure the endpoint supports OpenAI-compatible
/chat/completions

