Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
MAP event bus endpoints
curl "http://localhost:4360/api/events?limit=20&pattern=eval:*" \ -H "Authorization: Bearer $TOKEN"
limit
pattern
eval:
kanban:
curl -X POST http://localhost:4360/api/events \ -H "Authorization: Bearer $TOKEN" \ -d '{"type": "custom:my-event", "data": {"key": "value"}}'