Create or replace span_iframe. If there is an existing span_iframe with the same name as the one specified in the request, will replace the existing span_iframe with the provided fields
Most Braintrust endpoints are authenticated by providing your API key as a header Authorization: Bearer [api_key] to your HTTP request. You can create an API key in the Braintrust organization settings page.
Any desired information about the new span_iframe object
Unique identifier for the project that the span iframe belongs under
Name of the span iframe
URL to embed the project viewer in an iframe
Textual description of the span iframe
Whether to post messages to the iframe containing the span's data. This is useful when you want to render more data than fits in the URL.
Returns the new span_iframe object
Unique identifier for the span iframe
Unique identifier for the project that the span iframe belongs under
Name of the span iframe
URL to embed the project viewer in an iframe
Identifies the user who created the span iframe
Date of span iframe creation
Date of span iframe deletion, or null if the span iframe is still active
Textual description of the span iframe
Whether to post messages to the iframe containing the span's data. This is useful when you want to render more data than fits in the URL.