OpenAI-compatible route · available verification

3 Steps to Connect Your Agent

Configure, authenticate, and validate the exact feature you plan to ship.

1Get API Key

Sign in to the connected customer console and create a key.

‹›

2Integrate Code

Use the detected OpenAI-compatible base URL and a supported model ID.

ϟ

3Validate

Run an authenticated smoke test before moving the integration to production.

Authenticated smoke-test example
curl -X POST https://api.kineticrouter.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer $KINETICROUTER_API_KEY" -d '{
  "model": "openai/gpt-5.4",
  "messages": [{"role": "user", "content": "Hello World!"}]
}'

Ready to test your integration?

Use the connected console for an authoritative API key and account capabilities.

Open console