Back to Harness Catalog
IDE / Code Editor

Cursor IDE Integration Guide

Seamlessly connect GPT-5.6 Sol, Claude Sonnet 5, and DeepSeek V4 directly into Cursor IDE.

Base URL: https://api.sacredgpt.ru/v1Key: $SACREDGPT_KEYVerified

01 — Version & UI Path

Version Specifics & Navigation

Version Compatibility Note: Verified on Cursor v3.11+ (Settings → Models → OpenAI API Key).

02 — Step-by-Step Setup

Step-by-Step Setup

1

1. Create an API key in SacredGPT

SacredGPT → API Keys

In SacredGPT open API Keys, enable 2FA, and create a live key. You will reuse it across agents.

1. Create an API key in SacredGPT
2

2. Open Models in Cursor

Cursor Settings > Models

Cursor Settings → Models (or Cmd+/Ctrl+, and search OpenAI). Enable Override OpenAI Base URL.

2. Open Models in Cursor
3

3. Set Base URL and key

Base URL: https://api.sacredgpt.ru/v1. Paste sgpt_live_… into OpenAI API Key.

3. Set Base URL and key
Base URL: https://api.sacredgpt.ru/v1
API Key: sgpt_live_...
4

4. Add models

Add Model with exact IDs: gpt-5.6-sol, claude-sonnet-5, qwen-3.8-max, minimax-m3, deepseek-v4-pro.

gpt-5.6-sol
claude-sonnet-5
qwen-3.8-max
minimax-m3
deepseek-v4-pro

03 — Configuration Example

ConfigFile Example

{
  "openai.apiBase": "https://api.sacredgpt.ru/v1",
  "openai.apiKey": "sgpt_live_9a8b7c6d5e4f3a2b1c0d",
  "cursor.modelNames": [
    "gpt-5.6-sol",
    "claude-sonnet-5",
    "deepseek-v4-pro"
  ]
}

04 — Troubleshooting

Troubleshooting & Common Issues

401 Unauthorized Error in Cursor logs

Verify that 2FA TOTP is enabled in your SacredGPT account. Live API key issuance mandates an active TOTP.

Tab Completion latency in Cursor

For line-by-line inline completions, select fast models such as deepseek-v4-pro or gpt-5.6-luna.

SSL Certificate Validation failure

Install valid regional CA roots or set NODE_TLS_REJECT_UNAUTHORIZED=0 when launching Cursor behind enterprise proxies.