Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Body

Serializer for creating a trace.

External tracer clients (harness) supply id and started_at so trace timestamps reflect the client-side clock. Bedrock generates both when the fields are absent (preserves the original portal behavior).

name
string
required
Required string length: 1 - 255
id
string<uuid>
started_at
string<date-time>
room_name
string | null
Maximum string length: 255
agent_id
string<uuid> | null
metadata
any

Response

201 - application/json

Serializer for creating a trace.

External tracer clients (harness) supply id and started_at so trace timestamps reflect the client-side clock. Bedrock generates both when the fields are absent (preserves the original portal behavior).

name
string
required
Maximum string length: 255
id
string<uuid>
started_at
string<date-time>
room_name
string | null
Maximum string length: 255
agent_id
string<uuid> | null
metadata
any