API playground
Interactive request console for every Atlas REST endpoint.
GET /api/v1/infra
import { AtlasPlatform } from "@atlas/sdk";
const atlas = new AtlasPlatform({ baseUrl: "https://atlasfi.in" });
const res = await atlas.getJson("/api/v1/infra");
console.log(res);// click Run to see the responselive request hits production reads via the @atlas/sdk client. No mocking on this surface.