feat: add HTTP API for E2EE Matrix notifications

- POST /notify: send encrypted message to any room
- GET /messages: read decrypted messages from any room
- GET /health: health check
- Authenticated via BOT_API_KEY header
- Port 9100 exposed in docker-compose

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Christian Gick
2026-03-24 16:47:01 +02:00
parent b8f62ac38f
commit b0125bf68e
2 changed files with 82 additions and 0 deletions

View File

@@ -27,6 +27,8 @@ services:
- BOT_API_KEY
- SKYVERN_BASE_URL=http://skyvern:8000
- SKYVERN_API_KEY
ports:
- "9100:9100"
volumes:
- bot-data:/data
# Mount source files so git pull + restart works without rebuild