Skip to content
Qatar Platform

Developers

Sandbox

Everything you need to know about Sandbox on Qatar Platform.

Overview

Sandbox gives developers a unified surface to build cloud and AI services on Qatar's sovereign infrastructure — with SDKs, sandboxes and best-practice patterns out of the box.

What's included

  • Overview with copy-paste examples
  • Full API & SDK reference
  • Isolated sandbox with seeded data
  • Video tutorials & technical webinars
  • Developer support & community channels

Quick example

import { QatarPlatform } from "@qp/sdk";
const qp = new QatarPlatform({ tenant: "demo" });
await qp.sandbox.list();