Skip to content

apinode-pro/apinode-starter-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API NODE Starter Templates

Fork-ready starter templates for testing API NODE with OpenAI-compatible tools, SDKs, and CI workflows.

Default values:

Base URL: https://apinode.pro
Model:    gpt-5.5
API:      OpenAI Responses API

Templates

I want to verify the API in 2 minutes

I want to connect a coding agent

I want to test from CI

Quickstart

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

Pick the closest template and copy it into your project.

For a compact decision table, see TEMPLATE_INDEX.md.

If you are viewing this on GitHub, use Use this template to create a new repository with the same starter files.

Safety

  • Do not commit API keys.
  • Use GitHub Actions secrets for CI.
  • Use server-side code for API calls.
  • Keep browser-side demos behind a backend proxy.

More Examples

See the larger examples and guide library:

https://github.com/apinode-pro/openai-compatible-ai-gateway-examples

About

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

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors