Socket
Book a DemoInstallSign in
Socket

@instantdb/admin

Package Overview
Dependencies
Maintainers
5
Versions
774
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instantdb/admin

Admin SDK for Instant DB

Source
npmnpm
Version
0.21.13
Version published
Maintainers
5
Created
Source

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

FAQs

Package last updated on 05 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts