nyx_list_services
Discover and list all downstream services available through NyxID, including their endpoints, auth methods, and rate limits, to decide which service to call with nyx_proxy_request.
Instructions
Enumerate the downstream services this agent can call through NyxID. Returns each service's slug, display name, base URL, auth method, configured rate limits, and (when an OpenAPI spec is available) its callable endpoints. Use this for tool discovery before issuing nyx_proxy_request — agent-key scope determines which services are visible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Optional filter by service category. Omit to list all categories. | |
| include_endpoints | No | When true, include the parsed OpenAPI endpoint list per service. Adds latency on services with large specs. |