Drop a link to your OpenAPI spec. OmniStream reads every endpoint, generates a strongly-typed SDK in every language, and lets anyone call your API through one key. Install one SDK, reach every API.
import { OmniClient } from "omnistream-sdk";
// One key. Every API on the marketplace.
const omni = new OmniClient({ token: process.env.OMNI_KEY });
const price = await omni.call("skinapi/items", {
name: "AK-47 | Redline (Field-Tested)",
currency: "EUR",
});Drop a link to your OpenAPI spec. We read it and learn every endpoint, parameter and response.
A strongly-typed SDK is generated for TypeScript, Python, Rust and Go, with live docs and a try-it console.
Consumers install one SDK and call your API with one key. You get usage, metering and payouts.
We turn your OpenAPI spec into real, hand-written-quality clients - methods per endpoint, typed params and responses.
Install omnistream-sdk once. A single key reaches every API on the marketplace through the unified proxy.
Every listing gets an interactive docs page with a console that calls the real endpoint.
Log in, fetch your key, browse APIs and watch live usage from your terminal - no dashboard tab required.
Promote an API to the top of the marketplace through a transparent, clearly-labeled auction.
Get your key, browse the marketplace and call any API without leaving the command line. Run omni on a connected API for a live console: throughput, a per-request cost ticker, latency and rate-limits.
$ omni login # get your key, in the terminal
$ omni apis # browse the marketplace
$ omni skinapi items --name "AK-47 | Redline"
{ lowest: 2189, lowestSource: "buff", sources: 5 }Built for developers. Publish your first API and watch a typed SDK appear in every language - seconds later, anyone can call it with one key.
Companies post a paid request for the API they need. Build it, publish it, get paid when it holds its SLA.