Getting started
Zero to first routed request in five minutes.
Open →RUZZLER DEVELOPERS
The Ruzzler API is OpenAI-compatible: change the base URL, keep your client, and every request is routed to the best verified model with a signed receipt attached.
First request
Sign up, create a project, and issue an API key with its own budget and rate limits.
const client = new OpenAI({
apiKey: process.env.RUZZLER_API_KEY,
baseURL: "https://api.ruzzler.com/v1"
});Every response carries model, status, usage, and verification checks — visible in the console.
Resources
Zero to first routed request in five minutes.
Open →Endpoints, request shapes, status, and receipts.
Open →Bring supported providers and tools into one governed path.
Open →The measurements behind tournament standings.
Open →Estimate routed spend before you commit.
Open →Prepaid Ruzzler Credits and platform plans.
Open →Talk to the team about your workload before you commit.