aYOUne
translate
Not in your language

This page is not yet available in en. You're reading the de version.

Utilities & Integration

5 Commands für benutzerdefinierte Actions, KI-Services, Endpoint-Discovery und Webhook-Verwaltung.

Commands

Command Alias Zweck
actions act Custom Actions einer Collection listen
exec x Action per Name ausführen
ai aYOUne-AI-Services (RAG, Translate, Generate)
services svc Platform-Services + Endpoints
webhooks hooks Outbound-Webhooks

Custom Actions

Jede Collection kann neben Standard-CRUD Custom Actions haben (POST /collection/:id/actions/<slug>).

ay actions consumers                                    # Actions der Collection listen
ay exec consumers 64a1b2c3... actions send-welcome      # Action ausführen

AI-Services

ay ai translate --source de --target en --text "Hallo Welt"
ay ai rag --query "Wie exportiere ich Rechnungen?"
ay ai generate --prompt "Schreibe eine Willkommens-Email"

Services-Discovery

ay services                                            # Alle Platform-Services
ay services --domain crm                               # Nur CRM-Module
ay services endpoints crm                              # Alle Endpoints des crm-api

Webhooks

ay webhooks list                      # Aktive Webhooks
ay webhooks create --url https://...  # Neuen Webhook anlegen
ay webhooks test <id>                 # Test-Payload senden
ay webhooks logs <id>                 # Delivery-Logs

Siehe auch