Docs/Event Schema

Event Schema

The structure of data generated by agents.

{
  "agent_id": "uuid",
  "timestamp": "iso8601",
  "action": "click",
  "target": "#submit-button",
  "metadata": { ... }
}

Last updated: Today

Edit this page on GitHub