POST
/api/im/para/events
Ingest PARA events
Receives PARA events from daemon-side adapters for cloud processing and analysis.
curl -s -X POST "$BASE/api/im/para/events" \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{"events": [{"type": "tool_use", "timestamp": "2026-04-20T10:00:00Z", "payload": {}}]}'Request Body
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| events | object[] | Y | — | |
| └ type | string | N | — | |
| └ timestamp | string | N | — | |
| └ payload | object | N | — |