Skip to main content
Neosantara Coding Plan works with all software development environments supporting the OpenAI Chat Completions or Anthropic Messages specifications.

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

Coding keys (nsk_code_*) are strictly restricted to the endpoints above. Sending a coding key to standard PAYG paths (/v1 or /anthropic) returns HTTP status 403.

Client Configuration Guides

1. Claude Code

Edit configuration settings in ~/.claude/settings.json:
JSON
Verify that shell environment variables such as ANTHROPIC_AUTH_TOKEN or ANTHROPIC_BASE_URL do not override your local settings file.

2. Cline (VS Code)

  1. Open the Cline panel in VS Code.
  2. Click the gear icon to open Settings.
  3. Set API Provider to OpenAI Compatible.
  4. 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)
  5. Disable Support Images if working strictly with text and code files.

3. OpenCode & Continue

Add the custom provider block:
Configuration

4. Cursor

  1. Open Cursor Settings -> Models -> Add Custom Model.
  2. 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

5. Jelma CLI Runner (Zero Config)

Run your coding agents without modifying configuration files:
Terminal
Jelma automatically detects your coding keys and injects the dedicated base URLs.