@jamba/opg-sdk
v0.1.0
Published
OPG Developer SDK for AI apps, agents, uploads, async video tasks, and usage inspection.
Readme
@jamba/opg-sdk
TypeScript SDK for OPG backend services.
import { createOpgClient } from "@jamba/opg-sdk";
const opg = createOpgClient({
baseUrl: process.env.OPG_BASE_URL!,
app: process.env.OPG_APP_SLUG!,
apiKey: process.env.OPG_API_KEY!,
});
const models = await opg.ai.listModels();Configuration
OPG_BASE_URL: Gateway base URL, for examplehttps://api.example.comOPG_APP_SLUG: App slug owned by the current tenantOPG_API_KEY: App API key created in the OPG developer console
Codex
Use @jamba/opg-cli to generate local config and install the Codex MCP bridge.
