All API tools

DevOps & Config

GitHub Actions Workflow Builder API

GET/v1/github-actions-builder Free tier1 credit / call

Authentication

Send your API key as a bearer token. Create one free in the dashboard.

Authorization: Bearer $TOOLSXPO_KEY

Parameters

Passed as query-string parameters. Example values shown.

NameExample
workflowNameCI
runtimenode
runtimeVersion22
packageManagernpm
pushTriggertrue
pullRequestTriggertrue
manualTriggerfalse
installSteptrue
lintSteptrue
testSteptrue
buildSteptrue

Example request

curl "https://api.toolsxpo.com/v1/github-actions-builder?workflowName=CI&runtime=node&runtimeVersion=22&packageManager=npm&pushTrigger=true&pullRequestTrigger=true&manualTrigger=false&installStep=true&lintStep=true&testStep=true&buildStep=true" \
  -H "Authorization: Bearer $TOOLSXPO_KEY"

Response

A standard JSON envelope: { ok, data, meta }. The result is in data (text); meta.credits reports what the call cost.