Create multiple events in a single request. When single_session is
true, all events share the same session created from session_properties.
Required properties:
events (array of event objects) — Each event must include
event_type (one of chain, model, tool, session) and inputs.Optional properties:
single_session (boolean) — If true, all events share a single session
created from session_properties. Defaults to false.session_properties (object) — Session metadata used when
single_session is true. May include session_name, start_time,
metadata.Unknown top-level fields and per-event fields are rejected at the SDK
boundary; the legacy aliases is_single_session, session, and
per-event project are no longer accepted.
Documentation Index
Fetch the complete documentation index at: https://docs.honeyhive.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.