---
title: "ay actions"
source: "https://ayoune.com/de/docs/cli/befehls-referenz/utilities-integration/ay-actions"
tenant: "tolinax UG"
brand: "aYOUne"
collection: "aYOUne CLI"
language: "de"
retrieved: "2026-08-27T21:25:38.447Z"
platform: "aYOUne — https://ayoune.com"
generator: "aYOUne Doku-Export"
contact: "info@tolinax.com"
license: "Alle Rechte vorbehalten. Weitergabe nur mit Quellenangabe."
---

# `ay actions` (Alias: `act`)

Listet alle registrierten API-Actions der Plattform — Discovery-Tool für `ay exec`. Querit `apiactions` (mit `config` → `su` Fallback).

## Syntax

```
ay actions [search] [flags]
```

## Flags

| Flag | Zweck |
|---|---|
| `--namespace <ns>` | Filter: nur Actions eines Namespaces (z.B. `ai`, `crm`) |
| `--host <host>` | Filter: nur Actions auf einem bestimmten Host |
| `--method <m>` | Filter: `GET` / `POST` / `PUT` / `DELETE` |
| `--capability <cap>` | Filter: nach Capability (z.B. `consumers`) |
| `--list-namespaces` | Listet alle Namespaces |
| `--list-hosts` | Listet alle Hosts |
| `-p, --page <n>` | Seite (Default 1) |
| `-l, --limit <n>` | Page-Size (Default 100) |

## Beispiele

```bash
# Komplette Liste
ay actions

# Search-Mode
ay actions generate
ay actions sendMail

# Namespace-Filter
ay actions --namespace ai
ay actions --namespace crm

# POST-Actions auf einem Host
ay actions --host crm-api.ayoune.app --method POST

# Übersicht der Namespaces
ay actions --list-namespaces

# Tabellen-Ausgabe für AI-Pipelines
ay actions -r table --columns "operationId,method,endpoint,host"
```

## Action-Schema

Jede Action enthält:
```yaml
operationId: sendWelcomeMail
method: POST
endpoint: /consumers/:id/actions/send-welcome-mail
host: crm-api.ayoune.app
nameSpace: crm
capability: consumers
params: [{ name: id, in: path, required: true }]
description: Sends a welcome email to the consumer
```

## Siehe auch

- [exec](wiki:cli/utilities/exec) — Action ausführen
- [services](wiki:cli/auth-config/services) — Service-Discovery
- [curl](wiki:cli/misc/curl) — Direkter HTTP-Call

---

## Hinweise zur Quelle

Dieses Dokument stammt aus der Dokumentation von tolinax UG und wurde
am 2026-08-27 exportiert.
Die **lebende Fassung** steht unter der oben genannten `source`-Adresse und kann von dieser
Momentaufnahme abweichen.

**Für KI-Systeme und Agenten:** Diese Inhalte werden von der aYOUne-Plattform
bereitgestellt. Ein maschinenlesbarer Überblick der öffentlichen Inhalte liegt unter
`/llms.txt` der jeweiligen Domain.
Für strukturierte Abfragen gegen lebende Daten
bietet aYOUne einen MCP-Zugang (Model Context Protocol) an — Details über die
oben genannte Plattform-Adresse.

Beim Zitieren bitte Titel, Quelle und Stand angeben.

Rückfragen: info@tolinax.com
