---
title: "ay services"
source: "https://ayoune.com/de/docs/cli/commands/commands-auth-config/services"
tenant: "tolinax UG"
brand: "aYOUne"
collection: "aYOUne CLI"
language: "de"
retrieved: "2026-08-27T21:22:42.692Z"
platform: "aYOUne — https://ayoune.com"
generator: "aYOUne Doku-Export"
contact: "info@tolinax.com"
license: "Alle Rechte vorbehalten. Weitergabe nur mit Quellenangabe."
---

# `ay services` (Alias: `svc`)

Discovery für aYOUne-Plattform-Services, APIs, Gateways und ihre Endpoints.

## Subcommands

### `ay services list`

Listet alle registrierten Services (APIs + externe Services).

```bash
ay services list
ay services list --type api
ay services list --module crm
```

### `ay services endpoints <host>` (Alias: `ep`)

Endpoints eines konkreten Hosts — gepullt aus `ayouneapiactions`.

```bash
ay services endpoints crm-api.ayoune.app
ay services endpoints ai.ayoune.app -r table
ay services endpoints config-api.ayoune.app -i operationId,method,endpoint
```

### `ay services health [host]`

Health-Check eines Services oder aller Services parallel. Native Fetch + AbortController-Timeout (default 5000ms).

```bash
# Alle
ay services health

# Konkret
ay services health auth.ayoune.app

# Mit Timeout
ay services health --timeout 2000
```

Status-Werte: `healthy` (HTTP < 500), `unhealthy` (≥ 500), `unreachable` (Network-Fail oder Timeout).

### `ay services describe <module>` (Alias: `desc`)

Komprimiertes Modul-Profile mit APIs, Services, Endpoint-Anzahl je Method, Capabilities.

```bash
ay services describe crm
# {
#   module: "crm",
#   apis: [{ label: "CRM", host: "crm-api.ayoune.app" }],
#   endpoints: { total: 42, byMethod: { GET: 28, POST: 8, PUT: 6 } },
#   capabilities: ["consumers", "contacts", "leads", ...]
# }
```

## Siehe auch

- [actions](wiki:cli/utilities/actions) — Action-Discovery
- [status](wiki:cli/devops/status) — Aggregierter Health-Check

---

## 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
