operation
the console triggers; the server signs as the agent
scenario
settlement pipeline
plan
pre-flight
commit
receipt
○
idle
delivered work
# Every pull request triggers a paid review. # No seat licence. No signup. The bot has a wallet and a ceiling. name: interlock review on: [pull_request] jobs: review: runs-on: ubuntu-latest steps: - name: Pay for a review env: AVM_PRIVATE_KEY: ${{ secrets.INTERLOCK_AGENT_KEY }} run: | npx interlock-pay \ --url http://localhost:3000/run \ --pr "${{ github.event.pull_request.html_url }}" \ --ceiling 0.10
A repository with no pull requests this month pays nothing. A seat licence bills whether anyone pushed code or not - and there is no human to assign the seat to, because the caller is a machine.