Updated August 21, 2026
Rev-Trac
Rev-Trac talks to Velo over the same REST API as any other machine client. There is no engine-native wrapper.
What you need
- A Velo API key (Settings → API Keys)
- API origin
https://api.velo.aster.pro - A suite uploaded with the correct image (
robot-sap,robot-web, orplaywright)
Flow
Authorization: Bearer velo_...on every request.POST /suitesif the suite is not already uploaded (engine, optionalengine_version).POST /executionswithsuite_id,strategy, optionalfilter,variables,callback_url.- Poll
GET /runs/{id}or subscribe tocallback_urlwhen the execution reaches a terminal status. - Download artifacts from the absolute URLs in
artifact_urls(same Bearer token). Followlinks.api/links.webon the execution, run, and suite. Related keys onlinks(suite,runs,tests,archive) point at the API;suite_webis the dashboard.links.runsisGET /executions/{id}/runs.
Dashboard JWTs are accepted but intended for the browser session. Integrators should use an API key.