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 reconciliation data. Specifically, for the 'Reconciliation' resource with the 'List' operation, it retrieves a list of reconciliation runs optionally filtered by AI provider. This is useful for users who want to monitor and audit AI usage reconciliations across different providers, helping ensure accurate billing and usage tracking.

Use Case Examples

  1. A user wants to list all reconciliation runs for the 'openai' provider to review billing and usage data.
  2. A business integrates this node to automate fetching reconciliation data for monthly audits.

Properties

Name Meaning
Provider AI provider name used to filter reconciliation runs in the list operation

Output

JSON

  • ``
    • id - Unique identifier of the reconciliation run
    • status - Status of the reconciliation run
    • provider - AI provider associated with the reconciliation run
    • startDate - Start date/time of the reconciliation period
    • endDate - End date/time of the reconciliation period
    • details - Additional details or metadata about the reconciliation run

Dependencies

  • AgentBill API key credential

Troubleshooting

  • Ensure the AgentBill API key credential is correctly configured and has necessary permissions.
  • Verify the 'Provider' parameter is correctly set to a supported AI provider name to avoid empty or error responses.
  • Common errors include authentication failures (check API key) and invalid parameter errors (check input values).

Links

Discussion