Wagbrio provides an OpenAI-compatible API base URL for supported model routes. Developers can use familiar request patterns while managing API keys, usage logs, quota billing, pricing, and channel routing inside Wagbrio.
https://www.wagbrio.com/v1Use a Wagbrio API key in the Authorization header. Keep API keys private and rotate them when they may have been exposed.
Authorization: Bearer YOUR_WAGBRIO_API_KEY
curl https://www.wagbrio.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_WAGBRIO_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"MODEL_NAME","messages":[{"role":"user","content":"Hello"}]}'
See the API overview, developer guide, pricing page, and AI API gateway overview.