Skip to content

Client SDK

Atlas CMS provides official Software Development Kits (SDKs) to simplify integration with your projects. The SDKs wrap the REST API and provide a native, type-safe interface for your preferred programming language.

Available SDKs

SDKDescription
JavaScriptFor Node.js and browser applications
.NET CoreFor .NET and ASP.NET Core applications

Features

  • Type-safe: Full TypeScript/C# support with proper types
  • Query Builder: Fluent API for filtering, sorting, and pagination
  • Authentication: Built-in token handling
  • Error handling: Structured error responses

Getting Started

  1. Obtain your API Token and Project ID from Settings
  2. Install the SDK for your platform
  3. Initialize the client and start fetching content

For detailed instructions, see the documentation for your preferred SDK:

Atlas CMS Documentation