Skip to content

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.

All SDKs use Contismo GraphQL API keys from the Studio under SettingsAPI 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.