Supported Coding Tools
Claude Code
Anthropic agentic CLI running on top of the Anthropic Messages endpoint.
Cline
Autonomous VS Code extension connecting via OpenAI compatibility.
OpenCode & Continue
Open-source coding agents for the terminal and IDEs like VS Code and JetBrains.
Cursor
AI-first editor with custom OpenAI model endpoints support.
Selecting Coding Endpoints
Client Configuration Guides
1. Claude Code
Edit configuration settings in~/.claude/settings.json:
JSON
ANTHROPIC_AUTH_TOKEN or ANTHROPIC_BASE_URL do not override your local settings file.
2. Cline (VS Code)
- Open the Cline panel in VS Code.
- Click the gear icon to open Settings.
- Set API Provider to
OpenAI Compatible. - Fill in connection details:
- Base URL:
https://api.neosantara.xyz/coding/v1 - API Key:
nsk_code_YOUR_KEY - Model ID:
claude-4.5-sonnet(or another model enabled on your tier)
- Base URL:
- Disable Support Images if working strictly with text and code files.
3. OpenCode & Continue
Add the custom provider block:Configuration
4. Cursor
- Open Cursor Settings -> Models -> Add Custom Model.
- Supply your gateway parameters:
- OpenAI Base URL:
https://api.neosantara.xyz/coding/v1 - API Key:
nsk_code_YOUR_KEY - Model Name:
claude-4.5-sonnet
- OpenAI Base URL:
5. Jelma CLI Runner (Zero Config)
Run your coding agents without modifying configuration files:Terminal