feat: monitor API key flow and versioned telemetry #10
Reference in New Issue
Block a user
Delete Branch "feat/monitor-api-key-v2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
plugin_versionseparately fromopenclaw_versionValidation
- Add api_key field to MonitoredServer model with unique index - Add migration to create api_key column - Add POST /admin/servers/{id}/api-key for key generation - Add DELETE /admin/servers/{id}/api-key for key revocation - Add POST /server/heartbeat-v2 with X-API-Key header auth - TelemetryPayload includes load_avg and uptime_seconds