Sessions
Create run session
Creates a read-only Ask Fabro session bound to the run.
post/api/v1/runs/{id}/sessions
Request body
Example request
{
"provider": "anthropic"
}Response
Session created
Example response
{
"id": "01HZX6M0P7SE4VJ9Y3X2B8E9QF",
"provider": "anthropic",
"active_turn": {
"id": "01HZX6M29F1CD5YYMHT1F5D7WQ"
}
}