Source: https://docs.sogni.ai/api-reference/sdks/

# SDKs and Resources

This reference is the source of truth for the REST surface. Most teams build against one of the libraries below and drop down to raw HTTP only when they need to.

## [#](https://docs.sogni.ai/api-reference/sdks/#client-libraries)Client libraries

[@sogni-ai/sogni-client The flagship JavaScript and TypeScript SDK: account, chat, durable runs, workflows, and replay. Mirrors the REST surface one to one.](https://www.npmjs.com/package/@sogni-ai/sogni-client) [@sogni-ai/sogni-intelligence-client Public mirror of the Sogni creative agent: contracts, tool catalog, OpenAI manifests, workflow primitives, and the public skill runtime.](https://www.npmjs.com/package/@sogni-ai/sogni-intelligence-client) [@sogni-ai/sogni-protocol Language-neutral JSON Schemas, OpenAI tool manifests, prompt contracts, and enums. Zero runtime dependencies.](https://www.npmjs.com/package/@sogni-ai/sogni-protocol) [@sogni-ai/sogni-creative-agent-skill Public agent skill plus the `sogni-agent` CLI, an adapter for Claude Code, OpenClaw, Hermes Agent, and Manus.](https://www.npmjs.com/package/@sogni-ai/sogni-creative-agent-skill)

## [#](https://docs.sogni.ai/api-reference/sdks/#guides-and-source)Guides and source

[OpenAI SDK compatibility Drop-in instructions for the `openai` npm and Python packages and other OpenAI-compatible clients.](https://docs.sogni.ai/sogni-intelligence/openai-sdk-compatibility/) [Sogni Intelligence guides When to use chat completions, runs, or workflows; the billing model; the asset manifest.](https://docs.sogni.ai/sogni-intelligence/introduction/) [Sogni SDK guide JavaScript and TypeScript access to the same capabilities, ready for Node and browser apps.](https://docs.sogni.ai/sogni-sdk/) [GitHub: Sogni-AI Source for the SDKs, the creative-agent skill, and example integrations.](https://github.com/Sogni-AI)
