Monitor your AI agent's tool calls, spending, and activity in real time from your dashboard.

Watching Agent Activity

The Agent Activity tab on your dashboard lets you monitor every tool call your agent makes -- in real time or after the fact.


Real-Time Monitoring#

Click Watch Agent Live in the Agent Activity tab to see tool calls streaming in as they happen. Each entry shows:

  • Tool name and vendor
  • Timestamp
  • Credit cost
  • Success or failure status
  • Which budget was used
Keep it open while testing

Open the live view in a separate tab while you test your agent. You'll see each tool call appear instantly, which makes debugging much easier.


Activity History#

The activity history shows all past tool calls with full details. You can:

  • Filter by date range -- See activity for today, this week, or a custom period
  • Filter by budget -- Focus on a specific budget's activity
  • Filter by tool -- See all calls to a specific tool
  • Search -- Find specific calls by keyword

Call Details#

Click any activity entry to see the full details:

FieldDescription
ToolThe tool that was called
VendorWho provides the tool
BudgetWhich budget was charged
CostCredits deducted (0 if the call failed)
RequestThe input parameters sent to the tool
ResponseThe output returned by the tool
DurationHow long the call took
StatusSuccess or failure with error details

Spending Summary#

The activity tab includes a spending summary showing:

  • Total credits spent in the selected period
  • Number of tool calls made
  • Most-used tools ranked by call count
  • Spending by budget breakdown

Notifications#

You can set up notifications to alert you about agent activity:

Discord Webhooks -- Get notified in a Discord channel. Configurable for all calls or failures only. Set up from your dashboard settings.

Email Alerts -- Receive email summaries. Daily or weekly digests. Alerts when spending caps are approached.


Next Steps#