API ReferenceSDKs and Resources
SDKs and Resources
#SDKs & Resources
The REST surface above is the source of truth. Most teams build against one of the following.
@sogni-ai/sogni-client
Flagship JS/TS SDK — account, chat, durable runs, workflows, replay. Mirrors the REST surface 1:1.
@sogni-ai/sogni-intelligence-client
Public mirror of the Sogni creative-agent — contracts, tool catalog, OpenAI manifests, workflow primitives, public skill runtime.
@sogni-ai/sogni-protocol
Language-neutral JSON Schemas, OpenAI tool manifests, prompt contracts, and enums. Zero runtime deps.
@sogni-ai/sogni-creative-agent-skill
Public agent skill +
sogni-agent CLI — adapter for Claude Code, OpenClaw, Hermes Agent, Manus.
OpenAI SDK compatibility
Drop-in instructions for the openai npm + Python packages and other OpenAI-compatible clients.
Sogni Intelligence guides
Conceptual narrative — when to use chat completions vs runs vs workflows, billing model, asset manifest.
GitHub — Sogni-AI
Source for the SDKs, the creative-agent skill, and example integrations.
Sogni SDK guide
JavaScript/TypeScript access to the same capabilities, ready to drop into Node and browser apps.