curl --request POST \
--url https://api.sfcompute.com/v0/tokens \
--header 'Content-Type: application/json' \
--data '
{
"expires_in_seconds": 604800,
"origin_client": "cli",
"description": "<string>",
"name": "<string>"
}
'{
"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": "<string>",
"is_system": true
}curl --request POST \
--url https://api.sfcompute.com/v0/tokens \
--header 'Content-Type: application/json' \
--data '
{
"expires_in_seconds": 604800,
"origin_client": "cli",
"description": "<string>",
"name": "<string>"
}
'{
"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": "<string>",
"is_system": true
}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.