Introduction
GLBWinTK is a unified OpenAI-compatible AI gateway for developers and teams.
It allows applications to access AI model capabilities through a single endpoint:
https://api.glbwintk.com/v1
Use these docs when you want to connect an application, script, workflow, or internal tool to GLBWinTK.
What You Can Build
- Chat and agent workflows
- Developer tools that use OpenAI-compatible clients
- Internal automation that sends structured requests to AI models
- Applications that need a stable API shape across model choices
API Shape
GLBWinTK follows the OpenAI-compatible request pattern:
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
The first endpoint most teams use is:
POST /chat/completions
Public URLs
| Surface | URL |
|---|---|
| Website | https://glbwintk.com |
| API Base URL | https://api.glbwintk.com/v1 |
| Docs | https://docs.glbwintk.com |
Next Step
Start with Quick Start, then review Authentication.