> ## Documentation Index
> Fetch the complete documentation index at: https://docs.taho.is/llms.txt
> Use this file to discover all available pages before exploring further.

# Service Commands

> Invoke TAHO services from the command line

## Invoking Services

* `taho services invoke <domain> <service> <method>` - Invoke service method from stdin
* `taho services invoke <domain> <service> <method> --data '<json>'` - Invoke with JSON data

Service invocation follows defined method signatures with structured response handling.
