SmartMemory
POST
/memory/launch/event

Record a launch funnel event from a trusted CLI/wrapper caller.

Body: {event_type: str, props: dict}. user_id / workspace_id are taken from the auth scope — the body cannot override them.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/memory/launch/event" \  -H "Content-Type: application/json" \  -d '{}'
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}