Skip to main content
POST
Add a Session Resource

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

checkfu-version
enum<string>
required
Available options:
2026-08-24
checkfu-beta
string
required

Path Parameters

session_id
string
required
Pattern: ^sess_[0-9a-f]{32}$

Body

application/json
file_id
string
required
Pattern: ^file_[0-9a-f]{32}$
type
enum<string>
required
Available options:
file
mount_path
string | null
Required string length: 2 - 1024

Response

BetaManagedAgentsFileResource

id
string
required
Pattern: ^sesrsc_[0-9a-f]{32}$
created_at
string
required

A canonical UTC ISO-8601 timestamp with millisecond precision.

Maximum string length: 24
Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$
updated_at
string
required

A canonical UTC ISO-8601 timestamp with millisecond precision.

Maximum string length: 24
Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$
file_id
string
required
Pattern: ^file_[0-9a-f]{32}$
mount_path
string
required
Required string length: 2 - 1024
type
enum<string>
required
Available options:
file