log_checkin
Log agent activity to a site's analytics. Use this to record deployments, content updates, or any agent action on the site.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Additional context | |
| agent | No | Agent name | |
| action | Yes | What the agent did (e.g. 'published article') | |
| site_key | Yes | The site's tracking ID | |
| timestamp | No | ISO8601 timestamp (defaults to now) |