esg-agentics
v1.0.0-rc.1
Published
Official TypeScript SDK for the ESG Agentics public API (OAuth 2.1, REST, iLEAP, webhooks).
Maintainers
Readme
esg-agentics
Official TypeScript SDK for the ESG Agentics public API (OAuth 2.1 client-credentials, REST surface, iLEAP / PACT footprints, CloudEvents 1.0 webhooks).
npm install esg-agenticsimport { ESGAgentics } from "esg-agentics";
const client = new ESGAgentics({
clientId: process.env.ESGA_CLIENT_ID!,
clientSecret: process.env.ESGA_CLIENT_SECRET!,
});
const vehicles = await client.vehicles.list();Docs: https://esgagentics.com/developers
