Hoody SDK
@hoody-ai/hoody-sdk @ 3.0.17About
JavaScript/TypeScript library for the Hoody platform. Import the SDK in your application code to call the API programmatically. The package ALSO ships the `hoody` CLI as a `bin` entry, so `bunx @…/sdk` will launch the CLI; for CLI-only use, prefer the standalone CLI package on the Other Artifacts list below.
Run via npm
npx https://sdk.hoody.icu
Run via pnpm
pnpm dlx https://sdk.hoody.icu
Run via bun
bunx @hoody-ai/hoody-sdk@https://sdk.hoody.icu/3.0.17/hoody-ai-hoody-sdk-3.0.17.tgz
Run via yarn (berry)
yarn dlx @hoody-ai/hoody-sdk@https://sdk.hoody.icu/3.0.17/hoody-ai-hoody-sdk-3.0.17.tgz
Install (pinned version)
npm i @hoody-ai/hoody-sdk@https://sdk.hoody.icu/3.0.17/hoody-ai-hoody-sdk-3.0.17.tgz
Import in code
// TypeScript / ES modules
import { Hoody } from '@hoody-ai/hoody-sdk';
const hoody = new Hoody({ apiKey: process.env.HOODY_API_KEY });
const me = await hoody.auth.whoami();
console.log(me);Browse
- /versions — all published versions
- /manifest.json — role manifest (JSON)
- /latest — 302 to the latest version
Other artifacts in this realm
- Hoody CLI (native) — single-binary CLI; install via shell script (no Node.js required) (
install.hoody.icu) - Hoody CLI (npm) — JavaScript CLI runner — `bunx hoody-cli@…` (
cli.hoody.icu)