Keys
Hash, revoke, and limit project credentials.
OpenAI-compatible gateway
Keys, routes, and usage records for model API traffic.
curl https://api.yourdomain.com/v1/modelsQuickstart
curl https://api.yourdomain.com/v1/chat/completions \
-H "Authorization: Bearer sk_tg_live_xxx" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5.5",
"messages": [
{ "role": "user", "content": "Ping the gateway" }
]
}'Primitives
Hash, revoke, and limit project credentials.
Map public model names to upstream pools.
Record tokens, cost, latency, status, and request id.
Usage