The web dashboard runs on the same interface documented here. This page is a reference spec — pair it with your backend team when you wire it up.
The vaironect CLI mirrors everything the web dashboard does — useful for scripting workflows or wiring Vaironect into your own tools.
Interactive sessions (CLI, dashboard) use OAuth; server-to-server calls use an API key instead. Auth happens once, through your Vaironect account — not through twelve separate provider logins.
Generate an API key from your dashboard and send it as a Bearer token: Authorization: Bearer sk_live_.... Keep it server-side — never ship it in client code.
Vaironect picks the right model for the job and keeps a record of every switch — nothing hidden from you.
The same request body works whichever tool you target — swap the model field, nothing else changes. Streaming responses are supported via "stream": true (Server-Sent Events).
Switching models mid-conversation keeps the thread intact — the next model picks up where the last one left off.
Useful for debugging a workflow or just seeing where your usage is going this month.
Base URL: https://api.vaironect.ai/v1. Every request needs an Authorization: Bearer header. Rate limits return 429 Too Many Requests with a Retry-After header — finalize exact limits with your backend team before wiring up integrations.
FIRST MONTH FREE — 100% WEB, NO INSTALL