Agent Interfaces
List Interfaces
List all API interfaces available for an AI Agent
List Interfaces Command
The agent interfaces list
command displays all API interfaces that are available or currently configured for a specific AI Agent. Each interface represents a group of related API endpoints that the agent can use.
Usage
Options
Option | Description |
---|---|
--status <status> | Optional. Filter by status: available , configured , all (default) |
--format <format> | Optional. Output format: table (default), json , or wide |
Examples
List All Interfaces
Response:
List Active Interfaces
Response:
JSON Format
Response:
Notes
- Interfaces represent groups of related API endpoints
- Each interface contains:
- Multiple API endpoints
- Function definitions
- Parameter schemas
- Authentication requirements
- The wide format includes additional details like:
- Endpoint specifications
- Usage statistics
- Performance metrics
- Schema definitions
- Use
xpander agent interfaces add
to configure available interfaces - Each endpoint follows OpenAPI specification format
- Metrics are tracked per interface and per endpoint