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.
Available SDKs
Section titled “Available SDKs” TypeScript SDK Install `@contismo/sdk`, configure authentication, query content, run mutations, and generate TypeScript types.
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.