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
- jobs — Async-Queue-Jobs
- permissions — Rechte-Verwaltung