Installation & Setup
Richten Sie Ihre Entwicklungsumgebung ein
10 Min Lesezeit
•Zuletzt aktualisiert: 15.1.2024Agentland bietet verschiedene Integrationsmöglichkeiten für Ihre bestehenden Systeme.
SDK Installation
npm install @agentland/sdk
Oder mit Yarn:
yarn add @agentland/sdk
API-Schlüssel konfigurieren
import { Agentland } from '@agentland/sdk';
const client = new Agentland({
apiKey: process.env.AGENTLAND_API_KEY
});
Warnung: Speichern Sie Ihren API-Schlüssel niemals im Quellcode!