Get Started
How does Atlas work?
Understand how to use Atlas to manage your billing and packaging.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Understand how to use Atlas to manage your billing and packaging.
app.get(
"/data-exploration",
atlasExpress.createFeaturesMiddleware(["data-explorer"]),
(req, res) => {
res.send("Hello, world!");
}
);
