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.Documentation Index
Fetch the complete documentation index at: https://operator.xyz/docs/llms.txt
Use this file to discover all available pages before exploring further.
Sources
Operator captures logs from multiple sources. Here’s what each source means:| Source | API call |
|---|---|
| API | Direct calls made to the Operator API by your application or integration. |
| Agent | API calls to your systems initiated by an AI agent using a tool call. |
| Dashboard | API requests triggered through actions taken in the Operator dashboard. |
| Webhook | Events where Operator sends a webhook to your system. |

