Documentation Coming Soon

Learn once.
Build with confidence.

Comprehensive guides, API references, and integration tutorials designed to get you from first request to production in minutes.

What to expect.

We are building documentation that respects your time.

Q

Quickstart Guides

Go from zero to your first multi-model query in under five minutes. Step-by-step walkthroughs for every major framework and language.

First API call
Authentication setup
Environment configuration
Response handling
A

API Reference

Complete endpoint documentation with request schemas, response types, error codes, and rate limit details. Copy-paste ready.

/v1/query endpoint
/v1/synthesize endpoint
Webhook events
Error handling
I

Integration Guides

Production-ready patterns for integrating Pummel into your existing stack. From serverless functions to enterprise backends.

Node.js / TypeScript
Python
REST / cURL
Webhooks

Built for developers.

Not generated. Not templated. Written by engineers, for engineers.

01

Copy-paste ready

Every code example is tested, complete, and ready to run. No pseudo-code, no missing imports, no guessing.

02

Versioned and accurate

Documentation is versioned alongside the API. When the API changes, the docs change with it. No stale references.

03

Searchable and fast

Full-text search across all guides, references, and examples. Find what you need in seconds, not minutes.

SDK Preview

Official SDKs.
Every major language.

First-class TypeScript and Python SDKs will ship alongside the API. Type-safe, well-documented, and designed to make integration effortless.

Full TypeScript type definitions included
Python SDK with async support
Automatic retries and error handling built in
Open source on GitHub
index.ts

import { Pummel } from '@pummel/sdk';

const pummel = new Pummel({

apiKey: process.env.PUMMEL_API_KEY,

});

// Query all models + synthesize

const result = await pummel.query({

prompt: "Your question here",

synthesize: true,

});

// result.synthesis - the unified answer

// result.models - individual responses

Great docs are coming.
Be the first to read them.

Sign up now to receive documentation and SDK access the moment they ship.

Get early access

No commitment required. We will notify you at launch.