@kraken-ai/platform
v0.0.1
Published
Kraken AI Platform SDK — PlatformClient and kraken CLI
Readme
@kraken-ai/platform
TypeScript SDK for the Kraken AI Platform. Provides a PlatformClient for interacting with the platform API and a kraken CLI for managing credentials and generating types from platform schemas.
Install
pnpm add @kraken-ai/platformPlatformClient
import { PlatformClient } from "@kraken-ai/platform";
const client = new PlatformClient({
baseUrl: "https://your-platform.example.com",
apiKey: "your-api-key",
});Namespaces: client.agents, client.data, client.runs, client.pipelines.
CLI
kraken login # store API credentials
kraken generate # discover local + fetch remote schemas, generate types
kraken logout # clear stored credentialsRun kraken --help for full usage.
License
BUSL-1.1 — converts to Apache 2.0 four years after each version is published.
