API referenceResources
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.
#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.
@sogni-ai/sogni-intelligence-client
Public mirror of the Sogni creative agent: contracts, tool catalog, OpenAI manifests, workflow primitives, and the public skill runtime.
@sogni-ai/sogni-protocol
Language-neutral JSON Schemas, OpenAI tool manifests, prompt contracts, and enums. Zero runtime dependencies.
@sogni-ai/sogni-creative-agent-skill
Public agent skill plus the
sogni-agent CLI, an adapter for Claude Code, OpenClaw, Hermes Agent, and Manus.
#Guides and source
OpenAI SDK compatibility
Drop-in instructions for the
openai npm and Python packages and other OpenAI-compatible clients.
Sogni Intelligence guides
When to use chat completions, runs, or workflows; the billing model; the asset manifest.
Sogni SDK guide
JavaScript and TypeScript access to the same capabilities, ready for Node and browser apps.
GitHub: Sogni-AI
Source for the SDKs, the creative-agent skill, and example integrations.