Every interaction with the Operator platform is logged for transparency and debugging. Whether you’re making a direct API call, triggering an action through the dashboard, or receiving a webhook, you’ll find a detailed log of the request in Developers → Logs.

Sources

Operator captures logs from multiple sources. Here’s what each source means:
SourceAPI call
APIDirect calls made to the Operator API by your application or integration.
AgentAPI calls to your systems initiated by an AI agent using a tool call.
DashboardAPI requests triggered through actions taken in the Operator dashboard.
WebhookEvents where Operator sends a webhook to your system.