Panel Alexamigo
← Memory

bee-board.md

# BEE Board - Agent Report API

- **URL POST**: `https://hub.beepeek.com/api/board/agent/report/c/{slug}`
- **URL GET** (consultar reportes): misma URL con GET
- **API Key**: `bk_bee_2026_agent_secret` (header `x-api-key`)
- **Slugs por cliente**: monte-rentals, borja-tormos
- **Body POST**: `{ "agent": "Claude Code", "actions": [{ "action": "...", "detail": "..." }] }`
- **Comportamiento**: Si ya existe reporte del mismo agente hoy, las acciones se mergean. PUT /:id para reemplazar
- **Cuando Alex diga "envia el reporte"**: Recopilar acciones de la sesion y llamar con POST
- **Instrucciones completas para IAs externas**: `apps/hub/AGENT_API_INSTRUCTIONS.txt`