Browser Login
--no-browser to print the URL instead of opening it:
API Key Auth
RUNTOOLS_API_KEY:
Inspect Identity
API Key Management
--test on auth keys create to create an rt_test_ key, and --expires-in 90d for expiring keys.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Sign in and manage API keys
runtools login
--no-browser to print the URL instead of opening it:
runtools login --no-browser
runtools auth set-key rt_live_xxx
runtools auth status
RUNTOOLS_API_KEY:
RUNTOOLS_API_KEY=rt_live_xxx runtools sandbox list
runtools auth whoami
runtools auth status
runtools auth keys list
runtools auth keys create "CI key" --scope sandbox:* --scope agent:run
runtools auth keys revoke key_123
runtools auth keys rotate key_123 --name "Rotated CI key"
--test on auth keys create to create an rt_test_ key, and --expires-in 90d for expiring keys.
runtools oauth connect github
runtools oauth status
runtools oauth disconnect <connection-id>
runtools logout
- name: Deploy Runtools project
env:
RUNTOOLS_API_KEY: ${{ secrets.RUNTOOLS_API_KEY }}
run: runtools deploy --dry-run