curl --request GET \
--url https://api.sfcompute.com/v0/tokens{
"data": [
{
"object": "token",
"id": "<string>",
"token": "<jwt>",
"name": "<string>",
"description": "<string>",
"is_sandbox": true,
"last_active_at": "<string>",
"expires_at": "<string>",
"created_at": "<string>",
"origin_client": "cli",
"is_system": true
}
],
"has_more": true,
"object": "list"
}curl --request GET \
--url https://api.sfcompute.com/v0/tokens{
"data": [
{
"object": "token",
"id": "<string>",
"token": "<jwt>",
"name": "<string>",
"description": "<string>",
"is_sandbox": true,
"last_active_at": "<string>",
"expires_at": "<string>",
"created_at": "<string>",
"origin_client": "cli",
"is_system": true
}
],
"has_more": true,
"object": "list"
}Documentation Index
Fetch the complete documentation index at: https://docs.sfcompute.com/llms.txt
Use this file to discover all available pages before exploring further.