Actions16
- Signal Actions
- Usage Actions
- Customer Actions
- Agent Actions
- Analytics Actions
- Invoice Actions
- Webhook Actions
- Cost Guard Actions
- Reconciliation Actions
Overview
This node interacts with the AgentBill API to manage and track AI usage and billing data. Specifically, the 'Usage' resource with the 'Get Summary' operation retrieves a summary of AI usage within a specified date range. This is useful for monitoring AI consumption and costs over time, enabling users to analyze usage patterns and optimize their AI resource allocation.
Use Case Examples
- A user wants to get a summary report of AI usage from January 1, 2024, to January 31, 2024, to review monthly consumption and costs.
- A business integrates this node to automatically fetch usage summaries for generating internal usage analytics dashboards.
Properties
| Name | Meaning |
|---|---|
| Start Date | The start date for the usage summary period. |
| End Date | The end date for the usage summary period. |
Output
JSON
usageSummary- The JSON response from the AgentBill API containing the summarized usage data for the specified date range.
Dependencies
- AgentBill API key credential
Troubleshooting
- Ensure the AgentBill API credentials are correctly configured and valid to avoid authentication errors.
- Verify that the date inputs (Start Date and End Date) are in the correct format and logical (Start Date should not be after End Date).
- If the API returns errors, check network connectivity and API endpoint availability.
- Handle API rate limits or quota restrictions as per AgentBill API documentation.
Links
- AgentBill API Documentation - Official documentation for the AgentBill API endpoints and usage.