Use our SDKs to get started quickly
Install from npm:
npm install firstquadrant
Import and authenticate:
import { FirstQuadrant } from "firstquadrant"; const client = new FirstQuadrant("<API key>"); await client.getTeam(); // Returns the current team