AgentBill icon

AgentBill

Interact with AgentBill API for AI usage tracking & billing

Actions16

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

  1. List all agents to display in a dashboard.
  2. 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

Discussion