Actions16
- Signal Actions
- Usage Actions
- Customer Actions
- Agent Actions
- Analytics Actions
- Invoice Actions
- Webhook Actions
- Cost Guard Actions
- Reconciliation Actions
Overview
This node integrates with the AgentBill API to manage and track AI usage, billing, and related data. It supports multiple resources such as agents, customers, usage, cost guard, signals, analytics, invoices, webhooks, and reconciliations. For the 'Agent' resource with the 'List' operation, it retrieves a list of all agents from the AgentBill system. This is useful for workflows that need to access or display agent information managed in AgentBill, such as monitoring AI agents or managing agent configurations.
Use Case Examples
- List all agents to display in a dashboard.
- Retrieve agent data to synchronize with another system.
Properties
| Name | Meaning |
|---|---|
| resource | The resource to operate on, fixed to 'Agent' for this context. |
| operation | The operation to perform on the resource, fixed to 'List' for this context. |
Output
JSON
- ``
id- Unique identifier of the agent.name- Name of the agent.description- Description of the agent.model- AI model associated with the agent.
Dependencies
- AgentBill API with API key authentication
Troubleshooting
- Ensure the API key credential is correctly configured and has necessary permissions.
- Check network connectivity to the AgentBill API base URL.
- Verify that the AgentBill API endpoint for listing agents is available and not deprecated.
Links
- AgentBill API Documentation - Official documentation for the AgentBill API endpoints and usage.