workflow
unanchored
helios-get-info
Fetch Helios /api/v1/info: version, public key, record count, merkle state.
heliosinfostatusapi
Body
param([string]$token="")\nif(-not $token){$token=$env:HELIOS_TOKEN}\n$r=(Invoke-WebRequest -Uri "https://ai.oooooooooo.se/api/v1/info" -Headers @{"Authorization"="Bearer $token"}).Content|ConvertFrom-Json\nWrite-Output "version: $($r.version)"\nWrite-Output "public_key: $($r.public_key.Substring(0,16))..."\nWrite-Output "record_count: $($r.record_count)"\nWrite-Output "merkle_root: $($r.merkle_root.Substring(0,16))..."
Provenance
Cryptographic details
| id | reg_wf_helios_info |
| content sha256 | 171d2c49d2cc482315f097621a9c5315c0440b4e14892a63995e06769a44590b |
Execute via API
POST /api/execute
{ "ref": "reg_wf_helios_info" }
// or by hash prefix:
{ "ref": "171d2c49d2cc4823" }
Resolves this artifact by hash — deterministic, provenance-proven. Generation cost is zero when the hash exists.