The Node.js Admin SDK allows you to consume the Admin API in your Node.js & TypeScript/JavaScript
application. This is a well-typed and well-documented library that makes it easy for developers to connect
to Proficient AI services from backend applications.
You can install the Node.js Admin SDK via npm or Yarn.
Copy
npm i -E @proficient/admin
Since we are at an early stage and moving fast, we recommend using the exact
version for each SDK (hence the -E flag). This will prevent sudden undesired
changes in your application.