Developer CLI

Ein Befehl. Voller Agent.

Installiere produktionsreife AI-Agent-Blueprints direkt aus deinem Terminal. Keine Anmeldung nötig für kostenlose Blueprints.

Schnellstart

Keine Installation nötig — direkt mit npx ausführen.

1. Blueprint installieren

$ npx @agentblueprintlab/cli install cold-outreach-personalizer

2. Für kostenpflichtige Blueprints authentifizieren

$ npx @agentblueprintlab/cli init --key org_your_api_key

3. Marketplace erkunden

$ npx @agentblueprintlab/cli search "devops automation"
$ npx @agentblueprintlab/cli install self-healing-devops
$ npx @agentblueprintlab/cli info rfp-tender-crusher

Zero-Install-Nutzung

Mit npx musst du nichts global installieren. Das CLI wird on-demand heruntergeladen und automatisch gecacht.

Globale Installation

Für häufige Nutzung installiere das CLI global, um den kürzeren agentlab-Befehl zu verwenden.

$ npm install -g @agentblueprintlab/cli

# Now use directly:
$ agentlab install cold-outreach-personalizer
$ agentlab search devops
$ agentlab list

Befehle

agentlab install <slug>

Blueprint in dein Projekt herunterladen — mit Manifest, Berechtigungen, Runbook und README.

$ agentlab install cold-outreach-personalizer

agentlab search <query>

Marketplace nach Stichwort durchsuchen. Zeigt Titel, Preis, Bewertung und Install-Befehl.

$ agentlab search "devops automation"

agentlab info <slug>

Detaillierte Infos zu einem Blueprint anzeigen — inkl. Tools, Berechtigungen und Statistiken.

$ agentlab info self-healing-devops

agentlab list

Die beliebtesten Blueprints aus dem Marketplace auflisten.

$ agentlab list

agentlab whoami

API-Key-Status, Organisation und Plan prüfen.

$ agentlab whoami

agentlab init

.agentlab.json Konfigurationsdatei im Projekt erstellen — mit API-Key und Einstellungen.

$ agentlab init --key org_abc123

Globale Optionen

FlagBeschreibung
--key <api-key>API-Key für kostenpflichtige Blueprints (oder ABL_API_KEY Umgebungsvariable setzen)
--host <url>API-Host-URL (Standard: agentblueprintlab.com)
--dir <path>Ausgabeverzeichnis für installierte Blueprints (Standard: ./agentlab)
--lang <de|en>Sprache für Beschreibungen: de oder en (Standard: en)

Was du bekommst

Jeder installierte Blueprint erstellt einen Ordner mit allem, was du zum Deployment eines AI-Agents brauchst:

agentlab install cold-outreach-personalizer
Installing cold-outreach-personalizer...

  ✓ agent-manifest.json
  ✓ permissions.json
  ✓ runbook.md
  ✓ README.md

✓ Cold Outreach & Personalizer installed to ./agentlab/cold-outreach-personalizer

  Next steps:
  1. cd agentlab/cold-outreach-personalizer
  2. Review agent-manifest.json
  3. Follow runbook.md for deployment

Authentifizierung

Kostenlose Blueprints funktionieren ohne Authentifizierung. Für kostenpflichtige Blueprints brauchst du einen Organisations-API-Key.

Kostenlose Blueprints

Durchsuche, finde und installiere jeden kostenlosen Blueprint ohne API-Key. Einfach den Install-Befehl ausführen.

Kostenpflichtige Blueprints

Erstelle einen API-Key im Organisations-Dashboard und authentifiziere dich:

# Set via environment variable
$ export ABL_API_KEY=org_your_api_key

# Or save to project config
$ agentlab init --key org_your_api_key

Bereit zu automatisieren?

Durchsuche unseren Marketplace und installiere deinen ersten Blueprint in unter 30 Sekunden.

    Developer CLI | AgentBlueprintLab | AgentBlueprintLab