@usemojo/sdk
v0.1.0
Published
TypeScript SDK for the Mojo workload API
Maintainers
Readme
@usemojo/sdk
The official TypeScript client for the Mojo workload API.
npm install @usemojo/sdkimport { MojoClient } from "@usemojo/sdk";
const mojo = new MojoClient({ apiKey: process.env.MOJO_API_KEY });
const quote = await mojo.createQuote({
workload: "research_company",
input: { company: "Acme" },
quality: "standard",
maxSpend: "5.00",
});The public API is not live yet. The client defaults to https://api.usemojo.dev and can be pointed at another environment with baseUrl.
