Getting Started
Install and authenticate the Highflame TypeScript SDK, then add your first Shield wrapper around prompts, tools, or model responses.
Requirements
Installation
npm install @highflame/sdkAuthentication
import { Highflame } from "@highflame/sdk";
const client = new Highflame({ apiKey: "hf_sk_..." });const client = new Highflame({
apiKey: "hf_sk_...",
baseUrl: "https://shield.internal.example.com",
tokenUrl: "https://auth.internal.example.com/api/cli-auth/token",
});Quick Start With Shield
ShieldHandling Blocked Calls
Where To Go Next
Last updated