Contismo SDKs
Contismo SDKs provide language-specific clients for the GraphQL Content API. Use them to configure authentication once, query content from your application, run mutations with read/write keys, introspect your schema, and generate types where supported. The TypeScript SDK also includes buildCdnUrl for Image CDN transforms.
Available SDKs
Section titled “Available SDKs”TypeScript SDKInstall `@contismo/sdk`, configure authentication, query content, run mutations, generate TypeScript types, and build CDN image URLs.
Authentication
Section titled “Authentication”All SDKs use Contismo GraphQL API keys from the Studio under Settings → API Keys.
| Key prefix | Access |
|---|---|
gql_ |
Queries and introspection |
gqlw_ |
Queries, mutations, and introspection |
Use read-only keys in delivery applications whenever possible. Use read/write keys only for applications that need to create, update, or delete content.