Skip to content

Latest commit

 

History

History

admin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Shows the Instant logo

@instantdb/admin

stars

Get Started · Examples · Try the Demo · Docs · Discord

Welcome to Instant's admin SDK.

import { init, tx, id } from "@instantdb/admin";

const adminDB = init({
  appId: "my-instant-app-id",
  adminToken: process.env.INSTANT_APP_ADMIN_TOKEN,
});

const data = await adminDB.query(
  { bookshelves: { books: {} } } // wohoo!
); 

Get Started

Head on over to the Instant on the Backend page in the docs to get started!

Questions?

If you have any questions, feel free to drop us a line on our Discord