Cline

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-name

Method 2: Settings UI

  1. Open Cline
  2. Go to SettingsAPI
  3. Select OpenAI Compatible
  4. Then Enter:
    • Base URL: https://api.rygen.io/v1
    • API Key: your-rygen-api-key
    • Model ID: your-model-name
  5. 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

1.3 References