Skip to docs content
JavaScript Admin SDK
Open Source
Free Cloud
Pro
Workers
SDK js@latest
Updated 2026-08-12

JavaScript Admin SDK

Editions: Open Source · Free Cloud · Pro · Workers

Package: @apito-io/js-admin-sdk. Targets secured/public project GraphQL.

Install

npm install @apito-io/js-admin-sdk

Core contract

List · get · create · update · delete — plus auth bootstrap and file helpers. Typed documents are generated from Engine introspection; never hand-edit generated/ output.

Surfaces

Import area Use
ApitoClient / typed ops Full admin CRUD
Headless fetcher helpers Astro/BFF / Workers-friendly thin calls
Naming helpers Operation name alignment with Engine

Keep Cloudflare Workers bundles small — prefer headless imports over pulling the entire admin UI kit.

  • Ant Design admin UI@apito-io/js-admin-ui-antd (console-style forms)
  • Not a substitute: system GraphQL clients for CLI/MCP

Next