Skip to content
@apinode-pro

API NODE

OpenAI-compatible AI API Gateway for Cursor, Claude Code, Codex and AI apps.

API NODE

OpenAI-compatible AI API Gateway for Cursor, Claude Code, Codex, SDKs, and self-built AI apps.

Use one base_url to access multiple model APIs, keep app integrations portable, and centralize API keys, quota, usage logs, and provider/model switching behind one gateway layer.

Base URL: https://apinode.pro
API:      OpenAI-compatible Chat Completions / Responses API
Use in:   Cursor, Claude Code, Codex CLI, Python, Node.js, agent workflows

Start here

Quick test

export APINODE_API_KEY="your_api_key"
export APINODE_BASE_URL="https://apinode.pro/v1"
export APINODE_MODEL="gpt-5.5"

curl "$APINODE_BASE_URL/chat/completions" \
  -H "Authorization: Bearer $APINODE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-5.5",
    "messages": [{"role": "user", "content": "Say hello from API NODE"}]
  }'

Common use cases

  • Configure Cursor, Claude Code, Codex CLI, Aider, OpenHands, Flowise, LangChain, or LlamaIndex with one OpenAI-compatible endpoint.
  • Keep production apps independent from a single upstream provider.
  • Add model/provider switching without changing every client integration.
  • Centralize API key management, quota, and usage logs for team workflows.
  • Reproduce latency and success-rate checks in GitHub Actions.

Need trial credits?

Open a "Request trial credits" issue in the examples repo and include what you want to test first:

  • Cursor / Claude Code / Codex / self-built app / agent workflow
  • Current problem: 429, timeout, provider switching, quota, logs, cost, or setup
  • Expected monthly usage range

We prefer concrete developer feedback over generic coupon drops.

Popular repositories Loading

  1. openai-compatible-ai-gateway-examples openai-compatible-ai-gateway-examples Public

    OpenAI-compatible AI gateway examples for Cursor, Codex CLI, Aider, OpenHands, Flowise, SDKs, Responses API, and GitHub Actions.

  2. ai-api-gateway-benchmark ai-api-gateway-benchmark Public

    Reproducible OpenAI-compatible AI API gateway benchmark with API NODE defaults, latency metrics, success rate, and GitHub Actions results.

    JavaScript

  3. .github .github Public

    API NODE organization profile.

  4. apinode-starter-templates apinode-starter-templates Public template

    Fork-ready API NODE starter templates for OpenAI-compatible Responses API apps, SDKs, coding agents, and GitHub Actions.

    JavaScript

Repositories

Showing 4 of 4 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…