Reports CPU, memory, and other resource utilization during execution.
curl --request POST \
--url https://api.strait.dev/sdk/v1/runs/{runID}/resources \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"cpu_percent": 123,
"memory_mb": 123,
"memory_percent": 123
}
'{}Documentation Index
Fetch the complete documentation index at: https://docs.strait.dev/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://api.strait.dev/sdk/v1/runs/{runID}/resources \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"cpu_percent": 123,
"memory_mb": 123,
"memory_percent": 123
}
'{}