Introduction
Klint is an enterprise AI API gateway. Route Claude Code, Codex, Gemini, and frontier models through one API key and one endpoint.
Base URL
https://api.tryklint.com
Quick example
curl https://api.tryklint.com/v1/chat/completions \
-H "Authorization: Bearer klint_sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"model": "claude-opus",
"messages": [{"role": "user", "content": "Hello!"}]
}'